|
|
@@ -128,6 +128,18 @@ Note that to allow importing JavaScript files without providing their correspond
|
|
|
If you cannot set the target higher than `es5`, try to set `"buildOptimizer": false` which will produce a bigger, but correct production build.
|
|
|
</info-box>
|
|
|
|
|
|
+### Using editor with collaboration plugins
|
|
|
+
|
|
|
+The easiest way to integrate collaboration plugins in the Angular application is to create a custom build first and later import it from the Angular application - see [Using a custom CKEditor 5 build](#using-a-custom-ckeditor-5-build).
|
|
|
+
|
|
|
+We provide a few ready-to-use integrations featuring the collaborative editing in Angular applications:
|
|
|
+
|
|
|
+- [CKEditor 5 with real-time collaboration features](https://github.com/ckeditor/ckeditor5-collaboration-samples/tree/master/real-time-collaboration-for-angular)
|
|
|
+
|
|
|
+- [CKEditor 5 with the track changes feature](https://github.com/ckeditor/ckeditor5-collaboration-samples/tree/master/track-changes-for-angular)
|
|
|
+
|
|
|
+It is not mandatory to build applications on top of the above samples, however, they should provide a feeling of how to start.
|
|
|
+
|
|
|
### Strict mode project tips
|
|
|
|
|
|
If you have the strict mode set in your project, you need to specify types for CKEditor 5 packages. Otherwise you will get the `Could not find a declaration file for module` error.
|