mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(ng2-bootstrap): update components accordingly
This commit is contained in:
parent
8a6baf283c
commit
aa5badbc96
6 changed files with 19 additions and 18 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue