ckeditor5-angular
ckeditor5-angular copied to clipboard
Impossible to add a plugin as described in the documentation
On an angular 16 app (a pristine project as it was intended to be a POC for me to learn how ckeditor works), I tried to follow the the tutorial step by step. Everything went smoothly, until I reached the Commands section.
The issue I'm facing is that I get this error :
Then I followed the documentation to fix it. Thus I modified my imports, from :
to :
Once I did so, the error was indeed gone but a new one appeared :
Now I don't know what other fixes I should try...
In my app I tried multipled things, from using the ckeditor angular module/component with my custom plugin, but also with a ckeditor plugin and the issue remained the same.
Then I tried to make my own ckeditor component but once again, the issue was the same !
moreover, when I try to build the project, I receive many errors on icons:
- with esbuild
- with webpack
Here is the repo of the poc