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
INT-3396: adjust tests to support both zoneless/zone.js change detection (#463)
* INT-3396: remove zoneless readme
* INT-3396: enable zoneless in tests
* INT-3396: mark test file as zonefull
* INT-3396: adjust event blacklisting test
* INT-3396: simplify ng zone tests
* INT-3396: ensure default zoneless change detection in tests
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,8 @@ 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 wrapper still requires `zone.js` to ensure backward compatibility to older Angular versions. Therefore, if your application uses Angular v21 or higher, it needs to include `provideZoneDetection()` in its providers.
This wrapper supports Angular's zoneless change detection. No additional configuration is needed — the component works with both zone-based and zoneless applications.
0 commit comments