Skip to content

Commit ea6e533

Browse files
docs(cdk): update version compatibility table
1 parent be8c438 commit ea6e533

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

libs/cdk/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ npm install @rx-angular/cdk
3636
## Version Compatibility
3737

3838
| RxAngular | Angular |
39-
| --------- | ---------- |
40-
| `^1.0.0` | `>=12.0.0` |
41-
| `^2.0.0` | `>=13.0.0` |
42-
| `^14.0.0` | `^14.0.0` |
43-
| `^15.0.0` | `^15.0.0` |
39+
|-----------|------------|
40+
| `^18.0.0` | `^18.0.0` |
41+
| `^17.0.0` | `^17.0.0` |
4442
| `^16.0.0` | `^16.0.0` |
43+
| `^15.0.0` | `^15.0.0` |
44+
| `^14.0.0` | `^14.0.0` |
45+
| `^2.0.0` | `>=13.0.0` |
46+
| `^1.0.0` | `>=12.0.0` |
4547

46-
Regarding the compatibility with RxJS, we generally stick to the compatibilities of the Angular framework itself, for more information about the compatibilities of Angular itself see the [official guide](https://angular.io/guide/versions).
48+
Regarding the compatibility with RxJS, we generally stick to the compatibilities of the Angular framework itself, for more information about the compatibilities of Angular itself see the [official guide](https://angular.dev/reference/versions).

0 commit comments

Comments
 (0)