This package is a thin wrapper around TinyMCE to make it easier to use in an Angular application.
- If you need detailed documentation on TinyMCE, see: TinyMCE Documentation.
- For the TinyMCE Angular Quick Start, see: TinyMCE Documentation - Angular Integration.
- For the TinyMCE Angular Technical Reference, see: TinyMCE Documentation - TinyMCE Angular Technical Reference.
- For our quick demos, check out the TinyMCE Angular Storybook.
For Angular 9+, use integration version 4.x:
npm install @tinymce/tinymce-angular@^4.0.0
For Angular 8 and below use integration version 3.x:
npm install @tinymce/tinymce-angular@^3.0.0
Versions below Angular 5 are not supported.
Have you found an issue with tinymce-angular or do you have a feature request? Open up an issue and let us know or submit a pull request.
Note: for issues concerning TinyMCE please visit the TinyMCE repository.