Install ngx-typeahead-search
from npm
:
npm install ngx-typeahead-search --save
Add needed package to NgModule imports:
import { NgxTypeaheadModule } from 'ngx-typeahead-search';
@NgModule({
...
imports: [NgxTypeaheadModule]
...
})
Add component to your page:
<ngx-typeahead ...></ngx-typeahead
Demo available here: https://stackblitz.com/github.com/shumih/ngx-typeahead
MIT