Skip to content

Commit

Permalink
feat(Angular):updated to angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Dec 18, 2023
1 parent 0bcb732 commit 2833390
Show file tree
Hide file tree
Showing 5 changed files with 4,510 additions and 4,032 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,17 @@
"builder": "@angular-devkit/build-angular:dev-server",
"defaultConfiguration": "",
"options": {
"browserTarget": "cloud-webapp:build:development",
"port": 8001,
"host": "localhost",
"ssl": false
"ssl": false,
"buildTarget": "cloud-webapp:build:development"
},
"configurations": {}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "cloud-webapp:build"
"buildTarget": "cloud-webapp:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 2833390

Please sign in to comment.