- Notifications
You must be signed in to change notification settings - Fork96
Official TinyMCE Angular Component
License
NotificationsYou must be signed in to change notification settings
tinymce/tinymce-angular
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This package is a thin wrapper aroundTinyMCE 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 AngularStorybook.
| Angular version | tinymce-angular version |
|---|---|
| >=16.x <=21.x | 8+ |
| 14+ | 7.x |
| 13+ | 6.x |
| 9+ | 4.x |
| <= 8 | 3.x |
| < 5 | Not supported |
- This wrapper still requires
zone.jsto ensure backward compatibility to older Angular versions. Therefore, if your application uses Angular v21 or higher, it needs to includeprovideZoneDetection()in its providers.
import{NgModule,provideZoneChangeDetection}from'@angular/core';@NgModule({declarations:[// ...],imports:[// ...],providers:[provideZoneChangeDetection()],bootstrap:[AppComponent]})
Have you found an issue with tinymce-angular or do you have a feature request?Open up anissue and let us knowor submit apull request.
Note: for issues concerning TinyMCE please visit theTinyMCE repository.
About
Official TinyMCE Angular Component
Topics
Resources
License
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published