Skip to content

Commit b9265cc

Browse files
alan-agius4kirjs
authored andcommitted
docs: update typescript version requirement for angular 22
Update the supported TypeScript version range for Angular 22.0.x from `>=5.9.0 <6.0.0` to `>=6.0.0 <6.1.0` to reflect the correct compatibility requirements.
1 parent 1a16a40 commit b9265cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/reference/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This table covers [Angular versions under active support](reference/releases#act
99

1010
| Angular | Node.js | TypeScript | RxJS |
1111
| ------------------------------ | ----------------------------------- | -------------- | ------------------ |
12-
| 22.0.x | ^22.22.0 \|\| >=24.13.1" | >=5.9.0 <6.0.0 | ^6.5.3 \|\| ^7.4.0 |
12+
| 22.0.x | ^22.22.0 \|\| >=24.13.1 | >=6.0.0 <6.1.0 | ^6.5.3 \|\| ^7.4.0 |
1313
| 21.0.x \|\| 21.1.x \|\| 21.2.x | ^20.19.0 \|\| ^22.12.0 \|\| ^24.0.0 | >=5.9.0 <6.0.0 | ^6.5.3 \|\| ^7.4.0 |
1414
| 20.2.x \|\| 20.3.x | ^20.19.0 \|\| ^22.12.0 \|\| ^24.0.0 | >=5.8.0 <6.0.0 | ^6.5.3 \|\| ^7.4.0 |
1515
| 20.0.x \|\| 20.1.x | ^20.19.0 \|\| ^22.12.0 \|\| ^24.0.0 | >=5.8.0 <5.9.0 | ^6.5.3 \|\| ^7.4.0 |

0 commit comments

Comments
 (0)