mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
chore(package): update ng2-bootstrap to 1.3.0
This commit is contained in:
parent
1d31e75ced
commit
c9534fd161
3 changed files with 6 additions and 6 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue