Skip to content

Commit

Permalink
Merge pull request #5 from shigde/update-angular-17
Browse files Browse the repository at this point in the history
Update angular to new version 17
  • Loading branch information
EnricoSchw authored Dec 22, 2023
2 parents fd63f0d + d58fbe1 commit 9a9684d
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 9a9684d

Please sign in to comment.