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

@ -5,7 +5,7 @@ import { NgaModule } from '../../theme/nga.module';
import { routing } from './forms.routing';
import { RatingModule } from 'ng2-bootstrap/ng2-bootstrap';
import { RatingModule } from 'ng2-bootstrap';
import { Forms } from './forms.component';
import { Inputs } from './components/inputs';
import { Layouts } from './components/layouts';
@ -28,7 +28,7 @@ import { WithoutLabelsForm } from './components/layouts/components/withoutLabels
CommonModule,
AngularFormsModule,
NgaModule,
RatingModule,
RatingModule.forRoot(),
routing
],
declarations: [