Skip to content

Commit

Permalink
fix readme angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
gilsdav committed Jul 25, 2022
1 parent adaf3fa commit c91f0cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Based on and extension of [ngx-translate](https://github.com/ngx-translate/core)

**Version to choose :**

| angular version | translate-router | http-loader | type |
| --------------- | ---------------- | ----------- | ---- |
| angular version | translate-router | http-loader | type | remarks |
| --------------- | ---------------- | ----------- | ---- | ------- |
| 6 - 7 | 1.0.2 | 1.0.1 | legacy |
| 7 | 1.7.3 | 1.1.0 | legacy |
| 8 | 2.2.3 | 1.1.0 | legacy |
| 8 - 12 | 3.1.9 | 1.1.2 | active |
| 13 | 4.0.1 | 2.0.0 | active |
| 14 | 5.0.0 | 2.0.0 | active |
| 14 | 5.0.0 | 2.0.0 | active | need rxjs 7 or higher |

Demo project can be found under sub folder `src`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"ts-node": "~10.4.0",
"typescript": "~4.7.4"
}
}
}

0 comments on commit c91f0cf

Please sign in to comment.