tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

Not Compatible with Ivy in Angular 9 #203

Closed bornagainraj7 closed 3 years ago

bornagainraj7 commented 3 years ago

I am unable to use this in my Angular 9 project as I'm constantly receiving error regarding incompatible with Ivy The Error is "This likely means that the library (@tinymce/tinymce-angular) which declares EditorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy."

Screenshot (168)

@tinymce/tinymce-angular: 4.2.0 Angular version: 9.1.6 OS: Windows 10 x64

mtpultz commented 3 years ago

We're using it in Angular v9.x, and we just get warnings in the console:

image

jscasca commented 3 years ago

Hi @bornagainraj7

The angular wrapper should work with Ivy. Have you tried restarting your angular server so that the module is loaded properly?

jscasca commented 3 years ago

@bornagainraj7 is this still an issue?