From 92e10e92a614dc87bf5ba8f3337c914aeeaf9709 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Mon, 17 Aug 2020 12:02:25 +0000 Subject: [PATCH] [Library|Trunk] revert ckeditor upgrade git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59290 d315682c-612b-4755-9ff5-7f18f6832af3 --- dashboard/divhelpcontent/div-help-content-form.module.ts | 2 +- dashboard/helpTexts/page-help-content-form.module.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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({