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

@ -3,7 +3,7 @@ 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';
import { NgaBootstrapModule } from '@nga/bootstrap';
@NgModule ({
exports: [
@ -12,7 +12,7 @@ import { CKEditorModule } from 'ng2-ckeditor';
ReactiveFormsModule,
RouterModule,
NgaCardModule,
CKEditorModule,
NgaBootstrapModule,
],
})
export class NgxSharedModule { }