UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

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