Skip to content

Commit

Permalink
angular upgrade to 17 draft 1 (#927) (#928)
Browse files Browse the repository at this point in the history
Co-authored-by: yogita <[email protected]>
  • Loading branch information
yogitabholwankar and yogita authored Nov 21, 2024
1 parent 1789346 commit 25ac17e
Show file tree
Hide file tree
Showing 3 changed files with 3,048 additions and 4,118 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "ART:build:production"
"buildTarget": "ART:build:production"
},
"development": {
"browserTarget": "ART:build:development"
"buildTarget": "ART:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ART:build"
"buildTarget": "ART:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 25ac17e

Please sign in to comment.