This project was generated with Angular CLI version 8.0.0.
And support Ckeditor 4 with ngmodel
The Ckeditor 4 documentation are in https://ckeditor.com/docs/ckeditor4/latest/guide/dev_angular.html
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
1 - npm install --save ckeditor4-angular
2- In app.module import the CKEditorModule and FormsModule
3 - To fix the problem in node module An accessor cannot be declared in an ambient context.
"skipLibCheck": true,
1 - Go to https://ckeditor.com/cke4/builder generate your custom editor
2 - add editorUrl="/assets/ckeditor4/ckeditor/ckeditor.js" in