Skip to content

Commit

Permalink
ng upgrade to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Nov 4, 2023
1 parent 9f10105 commit 82f74ee
Show file tree
Hide file tree
Showing 3 changed files with 2,147 additions and 2,145 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "ng-demo:build:production"
"buildTarget": "ng-demo:build:production"
},
"development": {
"browserTarget": "ng-demo:build:development"
"buildTarget": "ng-demo:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng-demo:build"
"buildTarget": "ng-demo:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 82f74ee

Please sign in to comment.