ckeditor / ckeditor5-collaboration-samples

Collaboration integration examples for CKEditor 5
Other
51 stars 101 forks source link

Unable to integrate angular 5 #23

Closed arulmb01361 closed 3 years ago

arulmb01361 commented 3 years ago

ERROR in ./build/classic-editor-with-real-time-collaboration.js Module parse failed: Unexpected token (43203:7) You may need an appropriate loader to handle this file type. | t.model.change(t => { | for (const [e, n] of s) t.setAttributes({ | ...pm, | ...n | }, e)

arulmb01361 commented 3 years ago

ck editor build not supporting to integrate angular 5 version application.

Mgsy commented 3 years ago

Hi! CKEditor 5 supports Angular 5+, however, the package version that should be used depends on the Angular version:

Versions 1.x.x – For Angular 5-8 applications. We no longer provide support for these as the official support for these Angular versions was dropped. Versions 2.x.x – For Angular 9.1+ applications. These versions are currently actively supported.

For more information about integrating CKEditor 5 with real-time collaboration and Angular, see the Angular integration guide and our sample.