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
|
|
@ -43,7 +43,7 @@
|
||||||
"leaflet": "^0.7.7",
|
"leaflet": "^0.7.7",
|
||||||
"leaflet-map": "^0.2.1",
|
"leaflet-map": "^0.2.1",
|
||||||
"lodash": "^4.12.0",
|
"lodash": "^4.12.0",
|
||||||
"ng2-bootstrap": "1.1.14",
|
"ng2-bootstrap": "^1.3.0",
|
||||||
"ng2-ckeditor": "1.0.7",
|
"ng2-ckeditor": "1.0.7",
|
||||||
"ng2-smart-table": "^0.3.2",
|
"ng2-smart-table": "^0.3.2",
|
||||||
"ng2-tree": "^0.0.2-7",
|
"ng2-tree": "^0.0.2-7",
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import { NgaModule } from '../../theme/nga.module';
|
||||||
|
|
||||||
import { routing } from './forms.routing';
|
import { routing } from './forms.routing';
|
||||||
|
|
||||||
import { RatingModule } from 'ng2-bootstrap/ng2-bootstrap';
|
import { RatingModule } from 'ng2-bootstrap';
|
||||||
import { Forms } from './forms.component';
|
import { Forms } from './forms.component';
|
||||||
import { Inputs } from './components/inputs';
|
import { Inputs } from './components/inputs';
|
||||||
import { Layouts } from './components/layouts';
|
import { Layouts } from './components/layouts';
|
||||||
|
|
@ -28,7 +28,7 @@ import { WithoutLabelsForm } from './components/layouts/components/withoutLabels
|
||||||
CommonModule,
|
CommonModule,
|
||||||
AngularFormsModule,
|
AngularFormsModule,
|
||||||
NgaModule,
|
NgaModule,
|
||||||
RatingModule,
|
RatingModule.forRoot(),
|
||||||
routing
|
routing
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import { FormsModule } from '@angular/forms';
|
||||||
import { NgaModule } from '../../theme/nga.module';
|
import { NgaModule } from '../../theme/nga.module';
|
||||||
|
|
||||||
import { routing } from './ui.routing';
|
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 { Ui } from './ui.component';
|
||||||
import { Buttons } from './components/buttons/buttons.component';
|
import { Buttons } from './components/buttons/buttons.component';
|
||||||
import { Grid } from './components/grid/grid.component';
|
import { Grid } from './components/grid/grid.component';
|
||||||
|
|
@ -28,8 +28,8 @@ import { IconsService } from './components/icons/icons.service';
|
||||||
CommonModule,
|
CommonModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
NgaModule,
|
NgaModule,
|
||||||
DropdownModule,
|
DropdownModule.forRoot(),
|
||||||
ModalModule,
|
ModalModule.forRoot(),
|
||||||
routing
|
routing
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue