ngAutocomplete
ngAutocomplete copied to clipboard
Light-weight autocomplete component for Angular.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Please publish an Ivy distribution. Thanks! ``` ⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries: - ng-auto-complete [es2015/esm2015] () - @angular-material-extensions/input-counter [es2015/esm2015] (git://github.com/angular-material-extensions/input-counter.git) Encourage the library authors...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [karma](https://github.com/karma-runner/karma) from 3.1.4 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Is there a possibility to somehow overwrite the `name` and `autocomplete` html attribute values of the inner `` element through a parameter?
Hello there, I am tryting to use ngAutocomplete in an angular7 project. After installing it, modifying the app.module.ts, app.component.ts and app.component.html, I am getting the following error: Can't bind to...
@ViewChild() is a bit different in angular 8. tried this but still not working. @ViewChild(NgAutoCompleteComponent, { read: NgAutoCompleteComponent, static: false }) plus it forced to use at AppModule @NgModule({ schemas:...