Skip to content

Commit 4b4de11

Browse files
authored
feat!: add support for angular 20 (#77)
- minimum angular version required bumped to 20 - minimum TypeScript version required bumped to v5.8 to be aligned with the Angular 20 requirements Closes: #76
1 parent 7b744a9 commit 4b4de11

File tree

5 files changed

+498
-295
lines changed

5 files changed

+498
-295
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ yarn add @vendure/ngx-translate-extract --dev
2828

2929
Choose the version corresponding to your Angular version:
3030

31-
| Angular | ngx-translate-extract |
32-
| ---------- | ------------------------------------------------------------------------------------------ |
33-
| >=17 | 9.x |
34-
| 13 – 16 | 8.x |
35-
| 8 – 12 | [@biesbjerg/ngx-translate-extract](https://github.com/biesbjerg/ngx-translate-extract) 7.x |
31+
| Angular | ngx-translate-extract |
32+
|---------|--------------------------------------------------------------------------------------------|
33+
| >= 20 | 10.x |
34+
| 17 - 19 | 9.x |
35+
| 13 – 16 | 8.x |
36+
| 8 – 12 | [@biesbjerg/ngx-translate-extract](https://github.com/biesbjerg/ngx-translate-extract) 7.x |
3637

3738
Add a script to your project's `package.json`:
3839

0 commit comments

Comments
 (0)