UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

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