Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
feat(deps): upgrade to Angular v9 (#73)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ngx-translate http-loader is now built for Angular 9, if you use Angular 8 or below please refer to the [compatibility table](https://github.com/ngx-translate/http-loader/blob/v4.0.0/ngx-translate/http-loader#installation) to know which version you can install
  • Loading branch information
damingerdai committed Jun 16, 2020
1 parent 43da8d9 commit 63ce3f3
Show file tree
Hide file tree
Showing 8 changed files with 18,191 additions and 10,103 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Choose the version corresponding to your Angular version:

Angular | @ngx-translate/core | @ngx-translate/http-loader
----------- | ------------------- | --------------------------
9 | 12.x+ | 5.x+
8 | 12.x+ | 4.x+
7 | 11.x+ | 4.x+
6 | 10.x | 3.x
5 | 8.x to 9.x | 1.x to 2.x
Expand Down
5 changes: 5 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"options": {
"tsConfig": "projects/ngx-translate/http-loader/tsconfig.lib.json",
"project": "projects/ngx-translate/http-loader/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-translate/http-loader/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down
Loading

0 comments on commit 63ce3f3

Please sign in to comment.