|
4 | 4 |
|
5 | 5 | This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinymce) to make it easier to use in an Angular application. |
6 | 6 |
|
7 | | -* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/7/). |
8 | | -* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/tinymce/7/angular-cloud/). |
9 | | -* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/tinymce/7/angular-ref/). |
| 7 | +* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/latest/). |
| 8 | +* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/tinymce/latest/angular-cloud/). |
| 9 | +* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/tinymce/latest/angular-ref/). |
10 | 10 | * For our quick demos, check out the TinyMCE Angular [Storybook](https://tinymce.github.io/tinymce-angular/). |
11 | 11 |
|
12 | 12 | ### Support |
13 | 13 |
|
14 | | -For Angular 16+, use integration version 8.x: |
15 | | - |
16 | | -`npm install @tinymce/tinymce-angular@^8` |
17 | | - |
18 | | -For Angular 14+, use integration version 7.x: |
19 | | - |
20 | | -`npm install @tinymce/tinymce-angular@^7` |
21 | | - |
22 | | -For Angular 13+, use integration version 6.x: |
23 | | - |
24 | | -`npm install @tinymce/tinymce-angular@^6` |
25 | | - |
26 | | -For Angular 9+, use integration version 4.x: |
27 | | - |
28 | | -`npm install @tinymce/tinymce-angular@^4` |
29 | | - |
30 | | -For Angular 8 and below use integration version 3.x: |
31 | | - |
32 | | -`npm install @tinymce/tinymce-angular@^3` |
33 | | - |
34 | | -Versions below Angular 5 are not supported. |
| 14 | +|Angular version|`tinymce-angular` version| |
| 15 | +|--- |--- | |
| 16 | +|16+ |8+ | |
| 17 | +|14+ |7.x | |
| 18 | +|13+ |6.x | |
| 19 | +|9+ |4.x | |
| 20 | +|<= 8 |3.x | |
| 21 | +|< 5 | Not supported | |
35 | 22 |
|
36 | 23 | ### Issues |
37 | 24 |
|
|
0 commit comments