Skip to content

Commit

Permalink
Upgrade to Angular 17 #248
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wunderlich committed Mar 22, 2024
1 parent b21c7f6 commit eba1421
Show file tree
Hide file tree
Showing 7 changed files with 6,040 additions and 7,188 deletions.
8 changes: 4 additions & 4 deletions components/approval/process-forms/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "example-process-approval:build",
"port": 4300,
"proxyConfig": "proxy-local.json"
"proxyConfig": "proxy-local.json",
"buildTarget": "example-process-approval:build"
},
"configurations": {
"production": {
"browserTarget": "example-process-approval:build:production"
"buildTarget": "example-process-approval:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "example-process-approval:build"
"buildTarget": "example-process-approval:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit eba1421

Please sign in to comment.