mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
feat(editors): add a ckeditor component page
This commit is contained in:
parent
ef0acbc72b
commit
0fc2b32085
7 changed files with 60 additions and 10 deletions
|
|
@ -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 { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue