0.0.14 • Published 7 years ago
ngx-typeahead-search v0.0.14
Installation instructions
Install ngx-typeahead-search from npm:
npm install ngx-typeahead-search --saveAdd needed package to NgModule imports:
import { NgxTypeaheadModule } from 'ngx-typeahead-search';
@NgModule({
...
imports: [NgxTypeaheadModule]
...
})Add component to your page:
<ngx-typeahead ...></ngx-typeaheadUsage & Demo
Demo available here: https://stackblitz.com/github.com/shumih/ngx-typeahead
License
MIT