Skip to content

Commit

Permalink
Merge pull request #5983 from deNBI/feat/angular_17
Browse files Browse the repository at this point in the history
feat(Angular):updated to angular 17
  • Loading branch information
dweinholz authored Apr 8, 2024
2 parents 2816206 + cb03db8 commit 527951b
Show file tree
Hide file tree
Showing 71 changed files with 8,589 additions and 8,663 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 527951b

Please sign in to comment.