ckeditor5-angular icon indicating copy to clipboard operation
ckeditor5-angular copied to clipboard

Impossible to add a plugin as described in the documentation

Open LcsGa opened this issue 1 year ago • 6 comments

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 : image

Then I followed the documentation to fix it. Thus I modified my imports, from : image to : image

Once I did so, the error was indeed gone but a new one appeared : image

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 image
  • with webpack image

Here is the repo of the poc

LcsGa avatar Nov 10 '23 16:11 LcsGa