ngx-mat-searchable-select 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,20 @@ A reusable Angular Material select component with **infinite scroll**, **debounc
|
|
|
20
20
|
- Angular Material `^21.1.0`
|
|
21
21
|
- RxJS `~7.8.0`
|
|
22
22
|
|
|
23
|
+
## Try it
|
|
24
|
+
See it in action at
|
|
25
|
+
|
|
26
|
+
* [https://stackblitz.com/~/github.com/khalilElmouedene/ngx-mat-searchable-select]
|
|
27
|
+
|
|
28
|
+
see example code, builds in browser, latest version, latest material version
|
|
29
|
+
* [https://github.com/khalilElmouedene/ngx-mat-searchable-select]
|
|
30
|
+
|
|
31
|
+
pre-built, latest version, works on mobile
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## Contributions
|
|
35
|
+
Contributions are welcome, please open an issue and preferably file a pull request.
|
|
36
|
+
|
|
23
37
|
## Installation
|
|
24
38
|
|
|
25
39
|
```bash
|