Skip to content

Commit

Permalink
docs: add ng17 table
Browse files Browse the repository at this point in the history
  • Loading branch information
SaulMoro committed Nov 13, 2023
1 parent 66aa1b9 commit e574e03
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@

## Installation

> ⚠️ ngrx-rtk-query library requires TypeScript 4.1 or higher.
### Versions

| Angular / NgRx | ngrx-rtk-query | @reduxjs/toolkit | Support |
| :----------------: | :--------------------: | :--------------: | :-----------------: |
| 16.x | >=16.x.x (signals) | ~1.9.7 | Bugs / New Features |
| 16.x | >=4.2.x (rxjs) | ~1.9.5 | Bugs |
| 15.x | 4.1.x (rxjs) | 1.9.5 | Bugs |
| 13.x - 14.x | 3.5.x (rxjs) | 1.9.1 | None |
| 11.x - 12.x | 2.3.0 (rxjs) | 1.6.2 | None |
| 17.x | >=17.x.x (signals) | ~1.9.7 | Bugs / New Features |
| 16.x | >=16.x.x (signals) | ~1.9.7 | Bugs |
| 16.x | >=4.2.x (rxjs) | ~1.9.5 | Critical bugs |
| 15.x | 4.1.x (rxjs) | 1.9.5 | None |

Only the latest version of Angular in the table above is actively supported. This is due to the fact that compilation of Angular libraries is [incompatible between major versions](https://angular.io/guide/creating-libraries#ensuring-library-version-compatibility).

Expand Down

0 comments on commit e574e03

Please sign in to comment.