Skip to content

Commit

Permalink
chore(deps): update to ng 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Dec 1, 2023
1 parent 8629181 commit 46b2068
Show file tree
Hide file tree
Showing 3 changed files with 2,973 additions and 2,841 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-uploader-demo:build"
"buildTarget": "ngx-uploader-demo:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-uploader-demo:build:production"
"buildTarget": "ngx-uploader-demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-uploader-demo:build"
"buildTarget": "ngx-uploader-demo:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 46b2068

Please sign in to comment.