mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
fix(ui): fix NgbModal declaration
This commit is contained in:
parent
4fe42e3168
commit
49ff10e09f
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import { NgModule } from '@angular/core';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { FormsModule } from '@angular/forms';
|
import { FormsModule } from '@angular/forms';
|
||||||
import { NgaModule } from '../../theme/nga.module';
|
import { NgaModule } from '../../theme/nga.module';
|
||||||
|
import { NgbModalModule } from '@ng-bootstrap/ng-bootstrap';
|
||||||
|
|
||||||
import { routing } from './ui.routing';
|
import { routing } from './ui.routing';
|
||||||
import { DropdownModule, ModalModule } from 'ng2-bootstrap';
|
import { DropdownModule, ModalModule } from 'ng2-bootstrap';
|
||||||
|
|
@ -29,6 +30,7 @@ import { DefaultModal } from './components/modals/default-modal/default-modal.co
|
||||||
CommonModule,
|
CommonModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
NgaModule,
|
NgaModule,
|
||||||
|
NgbModalModule,
|
||||||
DropdownModule.forRoot(),
|
DropdownModule.forRoot(),
|
||||||
ModalModule.forRoot(),
|
ModalModule.forRoot(),
|
||||||
routing
|
routing
|
||||||
|
|
@ -50,6 +52,9 @@ import { DefaultModal } from './components/modals/default-modal/default-modal.co
|
||||||
GroupButtons,
|
GroupButtons,
|
||||||
DefaultModal
|
DefaultModal
|
||||||
],
|
],
|
||||||
|
entryComponents: [
|
||||||
|
DefaultModal
|
||||||
|
],
|
||||||
providers: [
|
providers: [
|
||||||
IconsService
|
IconsService
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue