Skip to content

Commit 0433bc4

Browse files
INT-3378: Update the zoneless section (#444)
* INT-3378: Update the zoneless section * Update README.md Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com> --------- Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>
1 parent 0aa5d93 commit 0433bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +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 v20.2 )
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:
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.
2525

2626
```jsx
2727
import { NgModule, provideZoneChangeDetection } from '@angular/core';

0 commit comments

Comments
 (0)