valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+typeahead/docs/usage.md

Summary

Maintainability
Test Coverage
// RECOMMENDED (doesn't work with system.js)
import { TypeaheadModule } from 'ngx-bootstrap/typeahead';
// or
import { TypeaheadModule } from 'ngx-bootstrap';

@NgModule({
  imports: [TypeaheadModule.forRoot(),...]
})
export class AppModule(){}