mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(editors): import card module
This commit is contained in:
parent
2dc5531fe3
commit
d3a3560de3
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { NbCardModule } from '@nebular/theme';
|
||||
import { CKEditorModule } from 'ng2-ckeditor';
|
||||
|
||||
import { ThemeModule } from '../../@theme/theme.module';
|
||||
|
|
@ -7,6 +8,7 @@ import { EditorsRoutingModule, routedComponents } from './editors-routing.module
|
|||
|
||||
@NgModule({
|
||||
imports: [
|
||||
NbCardModule,
|
||||
ThemeModule,
|
||||
EditorsRoutingModule,
|
||||
CKEditorModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue