Closed akram1905 closed 3 years ago
The error occures because ng2-ckeditor component reference @types/ckeditor
package which need to be installed in your own project. Unfortunatelly the peerDependencies where not updated in release 1.3.2. Add the @types/ckeditor
to your dependencies and your project will compile without errors. From now you can use intellisense for ckeditor in your own project components and reference ckeditor not as any but as CKEditorComponent. Have fun!
where to add this code?
Please see the installation instruction: https://github.com/chymz/ng2-ckeditor#installation
Hey kzimny, thanks for the above link. I need one more help,
do you have any idea regarding functionmatcher error
Error: node_modules/@types/jasmine/index.d.ts:668:15 - error TS2430: Interface 'FunctionMatchers
668 interface FunctionMatchers
This issue seems to solved your problem already https://github.com/angular/protractor/issues/4521
This issue seems to solved your problem already angular/protractor#4521
it came again
I started getting those errors after updating from 1.3.1 to 1.3.2 Of course everything was working in 1.3.1