UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

14 lines (10 loc) 275 B
```typescript // RECOMMENDED (doesn't work with system.js) import { DropdownModule } from 'ng2-bootstrap/dropdown'; // or import { DropdownModule } from 'ng2-bootstrap'; @NgModule({ imports: [DropdownModule.forRoot(),...] }) export class AppModule(){} ```