UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

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