Browse Source

Merge pull request #5641 from ckeditor/i/angular/6

Add a section about integrating collaboration plugins in an Angular app.
Anna Tomanek 6 years ago
parent
commit
3fbd530e03
1 changed files with 12 additions and 0 deletions
  1. 12 0
      docs/builds/guides/frameworks/angular.md

+ 12 - 0
docs/builds/guides/frameworks/angular.md

@@ -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 the editor with collaboration plugins
+
+The easiest way to integrate {@link features/collaboration collaboration plugins} in an Angular application is to create a custom build first and later import it from the Angular application &mdash; see [Using a custom CKEditor 5 build](#using-a-custom-ckeditor-5-build).
+
+For such scenario we provide a few ready-to-use integrations featuring 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 help you get started.
+
 ### 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.