feat(editors): add a ckeditor component page

This commit is contained in:
Alexander Zhukov 2017-04-29 16:44:09 +03:00
parent ef0acbc72b
commit 0fc2b32085
7 changed files with 60 additions and 10 deletions

View file

@ -3,14 +3,16 @@ import { CommonModule } from '@angular/common';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { NgaCardModule } from '@nga/theme';
import { CKEditorModule } from 'ng2-ckeditor';
@NgModule({
@NgModule ({
exports: [
CommonModule,
FormsModule,
ReactiveFormsModule,
RouterModule,
NgaCardModule,
CKEditorModule,
],
})
export class NgxSharedModule { }