ckeditor / ckeditor5-angular

Official CKEditor 5 Angular 5+ component.
https://ckeditor.com/ckeditor-5
Other
202 stars 110 forks source link

Add support for editor initialization errors #392

Closed mremiszewski closed 11 months ago

mremiszewski commented 11 months ago

CKEditorComponent's error event is now emitted only for errors that happen after editor initialization. It should be possible to catch and handle errors that happen during the initialization as well.