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 { FormsModule } from '@angular/forms';
|
||||
import { NgaModule } from '../../theme/nga.module';
|
||||
import { NgbModalModule } from '@ng-bootstrap/ng-bootstrap';
|
||||
|
||||
import { routing } from './ui.routing';
|
||||
import { DropdownModule, ModalModule } from 'ng2-bootstrap';
|
||||
|
|
@ -29,6 +30,7 @@ import { DefaultModal } from './components/modals/default-modal/default-modal.co
|
|||
CommonModule,
|
||||
FormsModule,
|
||||
NgaModule,
|
||||
NgbModalModule,
|
||||
DropdownModule.forRoot(),
|
||||
ModalModule.forRoot(),
|
||||
routing
|
||||
|
|
@ -50,6 +52,9 @@ import { DefaultModal } from './components/modals/default-modal/default-modal.co
|
|||
GroupButtons,
|
||||
DefaultModal
|
||||
],
|
||||
entryComponents: [
|
||||
DefaultModal
|
||||
],
|
||||
providers: [
|
||||
IconsService
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue