diff --git a/dashboard/divhelpcontent/div-help-content-form.module.ts b/dashboard/divhelpcontent/div-help-content-form.module.ts index ca97501b..421788a3 100644 --- a/dashboard/divhelpcontent/div-help-content-form.module.ts +++ b/dashboard/divhelpcontent/div-help-content-form.module.ts @@ -4,7 +4,7 @@ import {FormsModule, ReactiveFormsModule} from '@angular/forms'; import {AlertModalModule} from '../../utils/modal/alertModal.module'; import {SafeHtmlPipeModule} from '../../utils/pipes/safeHTMLPipe.module'; import {DivContentFormComponent} from './div-help-content-form.component'; -import {CKEditorModule} from 'ckeditor4-angular'; +import {CKEditorModule} from 'ng2-ckeditor'; @NgModule({ imports: [ diff --git a/dashboard/helpTexts/page-help-content-form.module.ts b/dashboard/helpTexts/page-help-content-form.module.ts index cbf60894..66ce8814 100644 --- a/dashboard/helpTexts/page-help-content-form.module.ts +++ b/dashboard/helpTexts/page-help-content-form.module.ts @@ -3,7 +3,7 @@ import {CommonModule} from '@angular/common'; import {FormsModule, ReactiveFormsModule} from '@angular/forms'; import {AlertModalModule} from '../../utils/modal/alertModal.module'; import {SafeHtmlPipeModule} from '../../utils/pipes/safeHTMLPipe.module'; -import {CKEditorModule} from 'ckeditor4-angular'; +import {CKEditorModule} from 'ng2-ckeditor'; import {PageContentFormComponent} from './page-help-content-form.component'; @NgModule({