fix(editors): import card module

This commit is contained in:
Sergey Andrievskiy 2019-06-20 13:40:56 +03:00
parent 2dc5531fe3
commit d3a3560de3

View file

@ -1,4 +1,5 @@
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { NbCardModule } from '@nebular/theme';
import { CKEditorModule } from 'ng2-ckeditor'; import { CKEditorModule } from 'ng2-ckeditor';
import { ThemeModule } from '../../@theme/theme.module'; import { ThemeModule } from '../../@theme/theme.module';
@ -7,6 +8,7 @@ import { EditorsRoutingModule, routedComponents } from './editors-routing.module
@NgModule({ @NgModule({
imports: [ imports: [
NbCardModule,
ThemeModule, ThemeModule,
EditorsRoutingModule, EditorsRoutingModule,
CKEditorModule, CKEditorModule,