Skip to content

Commit

Permalink
add link to pre-built version (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Mar 9, 2024
1 parent cbae832 commit a81c37a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ Angular component providing an input field for searching / filtering [MatSelect]
<img src="src/assets/example-new.png" alt="Example" width="293"/>

## Try it
See it in action at [https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example](https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example?file=src%2Fapp%2Fapp.component.html)
See it in action at

* [https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example](https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example?file=src%2Fapp%2Fapp.component.html)

see example code, builds in browser, latest version, latest material version
* [https://bithost-gmbh.github.io/ngx-mat-select-search/](https://bithost-gmbh.github.io/ngx-mat-select-search/)

pre-built, latest version, older material version, works on mobile

**Important Note**: This project is meant as a temporary implementation of [https://github.com/angular/material2/issues/5697](https://github.com/angular/material2/issues/5697).
The goal is to have an implementation in the official Angular Material repository,
Expand Down

0 comments on commit a81c37a

Please sign in to comment.