Skip to content

Commit

Permalink
Merge pull request #1185 from DSD-DBS/chore-update-to-angular-17
Browse files Browse the repository at this point in the history
chore: Update to Angular 17
  • Loading branch information
MoritzWeber0 authored Nov 14, 2023
2 parents 186f784 + 83c3dd8 commit 13d568a
Show file tree
Hide file tree
Showing 3 changed files with 2,847 additions and 2,373 deletions.
8 changes: 4 additions & 4 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,21 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "capellacollab:build:production"
"buildTarget": "capellacollab:build:production"
},
"development": {
"browserTarget": "capellacollab:build:development"
"buildTarget": "capellacollab:build:development"
},
"playwright": {
"browserTarget": "capellacollab:build:development"
"buildTarget": "capellacollab:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "capellacollab:build"
"buildTarget": "capellacollab:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 13d568a

Please sign in to comment.