Skip to content

Commit

Permalink
update angular to new version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoSchw committed Dec 22, 2023
1 parent fd63f0d commit d58fbe1
Show file tree
Hide file tree
Showing 6 changed files with 2,698 additions and 3,170 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,6 @@ testem.log
/typings
deploy.sh
publish.sh
dev-deploy.sh


6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "lobby:build:production"
"buildTarget": "lobby:build:production"
},
"development": {
"browserTarget": "lobby:build:development"
"buildTarget": "lobby:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "lobby:build"
"buildTarget": "lobby:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit d58fbe1

Please sign in to comment.