feat(ui-features): add the buttons page

This commit is contained in:
Alexander Zhukov 2017-05-02 19:28:27 +03:00
parent 3d4cf8754f
commit 44318d9e25
9 changed files with 112 additions and 53 deletions

View file

@ -1,4 +1,5 @@
import { NgModule } from '@angular/core';
import { CKEditorModule } from 'ng2-ckeditor';
import { NgxSharedModule } from '../../@shared/shared.module';
@ -8,6 +9,7 @@ import { NgxEditorsRoutingModule, routedComponents } from './editors-routing.mod
imports: [
NgxSharedModule,
NgxEditorsRoutingModule,
CKEditorModule,
],
declarations: [
...routedComponents,