You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,24 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinym
20
20
|<= 8 |3.x |
21
21
|< 5 | Not supported |
22
22
23
+
### Not yet Zoneless (Angular v21)
24
+
* This integration still requires `zone.js` to ensure backward compatibility to older Angular versions. Therefore, your application will need to include `provideZoneDetection()` its providers like below:
0 commit comments