Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 538 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 538 Bytes

Installation instructions

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

Usage & Demo

Demo available here: https://stackblitz.com/github.com/shumih/ngx-typeahead

License

MIT