Skip to content

Commit 4e35e04

Browse files
committed
Correct the target version of not yet zoneless heading
1 parent 542ed78 commit 4e35e04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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)
23+
### Not yet Zoneless ( >=Angular v20.2 )
2424
* 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:
2525

2626
```jsx
@@ -34,7 +34,7 @@ import { NgModule, provideZoneChangeDetection } from '@angular/core';
3434
// ...
3535
],
3636
providers: [ provideZoneChangeDetection() ],
37-
bootstrap: [AppComponent]
37+
bootstrap: [ AppComponent ]
3838
})
3939
```
4040

0 commit comments

Comments
 (0)