Skip to content

Commit 201d84a

Browse files
INT-3396: remove zoneless readme
1 parent aa0db81 commit 201d84a

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,8 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinym
2020
|<= 8 |3.x |
2121
|< 5 | Not supported |
2222

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.
25-
26-
```jsx
27-
import { NgModule, provideZoneChangeDetection } from '@angular/core';
28-
29-
@NgModule({
30-
declarations: [
31-
// ...
32-
],
33-
imports: [
34-
// ...
35-
],
36-
providers: [ provideZoneChangeDetection() ],
37-
bootstrap: [ AppComponent ]
38-
})
39-
```
23+
### Zoneless Support
24+
This wrapper supports Angular's zoneless change detection. No additional configuration is needed — the component works with both zone-based and zoneless applications.
4025

4126
### Issues
4227

0 commit comments

Comments
 (0)