Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3317224

Browse files
docs(template): update version compatibility table
1 parent ef28668 commit 3317224

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

libs/template/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@ export class AnyComponent {}
6767
## Version Compatibility
6868

6969
| RxAngular | Angular |
70-
| --------- | ---------- |
71-
| `^1.0.0` | `>=12.0.0` |
72-
| `^2.0.0` | `>=13.0.0` |
73-
| `^14.0.0` | `^14.0.0` |
74-
| `^15.0.0` | `^15.0.0` |
70+
|-----------|------------|
71+
| `^18.0.0` | `^18.0.0` |
72+
| `^17.0.0` | `^17.0.0` |
7573
| `^16.0.0` | `^16.0.0` |
74+
| `^15.0.0` | `^15.0.0` |
75+
| `^14.0.0` | `^14.0.0` |
76+
| `^2.0.0` | `>=13.0.0` |
77+
| `^1.0.0` | `>=12.0.0` |
78+
79+
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).
7680

77-
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).

0 commit comments

Comments
 (0)