Skip to content

Commit

Permalink
angular_17 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mitax-nakrani-04 committed Jan 29, 2024
1 parent f77df01 commit a80a73b
Show file tree
Hide file tree
Showing 65 changed files with 6,639 additions and 6,842 deletions.
6 changes: 3 additions & 3 deletions angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "skeleton:build:production"
"buildTarget": "skeleton:build:production"
},
"development": {
"browserTarget": "skeleton:build:development"
"buildTarget": "skeleton:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "skeleton:build"
"buildTarget": "skeleton:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit a80a73b

Please sign in to comment.