Skip to content

Commit

Permalink
feat(lib): support to ng17 and ngrx17
Browse files Browse the repository at this point in the history
  • Loading branch information
SaulMoro committed Nov 13, 2023
1 parent 1be9d07 commit 66aa1b9
Show file tree
Hide file tree
Showing 4 changed files with 4,949 additions and 3,012 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@
"options": {},
"configurations": {
"production": {
"browserTarget": "ngrx-rtk-query-app:build:production"
"buildTarget": "ngrx-rtk-query-app:build:production"
},
"development": {
"browserTarget": "ngrx-rtk-query-app:build:development"
"buildTarget": "ngrx-rtk-query-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngrx-rtk-query-app:build"
"buildTarget": "ngrx-rtk-query-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 66aa1b9

Please sign in to comment.