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

Skip to content

Commit ef28668

Browse files
docs(state): update version compatibility table
1 parent ea6e533 commit ef28668

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

libs/state/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,16 @@ Optimize state selections and data transfer, ensure only the necessary data is t
146146
## Version Compatibility
147147

148148
| RxAngular | Angular |
149-
| --------- | ---------- |
150-
| `^1.0.0` | `>=12.0.0` |
151-
| `^2.0.0` | `>=13.0.0` |
152-
| `^14.0.0` | `^14.0.0` |
153-
| `^15.0.0` | `^15.0.0` |
149+
|-----------|------------|
150+
| `^18.0.0` | `^18.0.0` |
151+
| `^17.0.0` | `^17.0.0` |
154152
| `^16.0.0` | `^16.0.0` |
153+
| `^15.0.0` | `^15.0.0` |
154+
| `^14.0.0` | `^14.0.0` |
155+
| `^2.0.0` | `>=13.0.0` |
156+
| `^1.0.0` | `>=12.0.0` |
155157

156-
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).
158+
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).
157159

158160
## Contribution
159161

0 commit comments

Comments
 (0)