Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Official TinyMCE Angular Component

License

NotificationsYou must be signed in to change notification settings

tinymce/tinymce-angular

Repository files navigation

About

This package is a thin wrapper aroundTinyMCE to make it easier to use in an Angular application.

Support

Angular versiontinymce-angular version
>=16.x <=21.x8+
14+7.x
13+6.x
9+4.x
<= 83.x
< 5Not supported

Not yet Zoneless ( >=Angular v21 )

  • This wrapper still requireszone.js to 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]})

Issues

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.


[8]ページ先頭

©2009-2026 Movatter.jp