Skip to content

shumih/ngx-typeahead

Repository files navigation

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

About

Typeahead component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published