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

Skip to content

Commit e08dd51

Browse files
committed
docs: revert
1 parent bd14b62 commit e08dd51

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

libs/cdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm install @rx-angular/cdk
3636
## Version Compatibility
3737

3838
| RxAngular | Angular |
39-
| --------- | ---------- |
39+
|-----------|------------|
4040
| `^18.0.0` | `^18.0.0` |
4141
| `^17.0.0` | `^17.0.0` |
4242
| `^16.0.0` | `^16.0.0` |

libs/state/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Optimize state selections and data transfer, ensure only the necessary data is t
146146
## Version Compatibility
147147

148148
| RxAngular | Angular |
149-
| --------- | ---------- |
149+
|-----------|------------|
150150
| `^18.0.0` | `^18.0.0` |
151151
| `^17.0.0` | `^17.0.0` |
152152
| `^16.0.0` | `^16.0.0` |

libs/template/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class AnyComponent {}
6767
## Version Compatibility
6868

6969
| RxAngular | Angular |
70-
| --------- | ---------- |
70+
|-----------|------------|
7171
| `^18.0.0` | `^18.0.0` |
7272
| `^17.0.0` | `^17.0.0` |
7373
| `^16.0.0` | `^16.0.0` |
@@ -77,3 +77,4 @@ export class AnyComponent {}
7777
| `^1.0.0` | `>=12.0.0` |
7878

7979
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).
80+

0 commit comments

Comments
 (0)