Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinym
|<= 8 |3.x |
|< 5 | Not supported |

### Not yet Zoneless ( >=Angular v20.2 )
* 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:
### Not yet Zoneless ( >=Angular v21 )
* 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.

```jsx
import { NgModule, provideZoneChangeDetection } from '@angular/core';
Expand Down
Loading