chore(package): update ng2-bootstrap to 1.3.0

This commit is contained in:
Xing 2017-01-10 11:07:34 -08:00
parent 1d31e75ced
commit c9534fd161
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ import { FormsModule } from '@angular/forms';
import { NgaModule } from '../../theme/nga.module';
import { routing } from './ui.routing';
import { DropdownModule, ModalModule } from 'ng2-bootstrap/ng2-bootstrap';
import { DropdownModule, ModalModule } from 'ng2-bootstrap';
import { Ui } from './ui.component';
import { Buttons } from './components/buttons/buttons.component';
import { Grid } from './components/grid/grid.component';
@ -28,8 +28,8 @@ import { IconsService } from './components/icons/icons.service';
CommonModule,
FormsModule,
NgaModule,
DropdownModule,
ModalModule,
DropdownModule.forRoot(),
ModalModule.forRoot(),
routing
],
declarations: [