fix(ng2-bootstrap): update components accordingly

This commit is contained in:
nixa 2016-09-01 19:39:40 +03:00
parent 8a6baf283c
commit aa5badbc96
6 changed files with 19 additions and 18 deletions

View file

@ -4,6 +4,8 @@ import { FormsModule as AngularFormsModule } from '@angular/forms';
import { NgaModule } from '../../theme/nga.module';
import { routing } from './forms.routing';
import { RatingModule } from 'ng2-bootstrap/ng2-bootstrap';
import { Forms } from './forms.component';
import { Inputs } from './components/inputs';
import { Layouts } from './components/layouts';
@ -14,6 +16,7 @@ import { Layouts } from './components/layouts';
CommonModule,
AngularFormsModule,
NgaModule,
RatingModule,
routing
],
declarations: [