Skip to content

Commit

Permalink
build(deps): update Angular to V17 (#176)
Browse files Browse the repository at this point in the history
* Updated TypeScript Version

* Updated TypeScript and ZoneJs Version

* Updated ZoneJs Version

* Updated Angular to V16

* Updated TypeScript and ZoneJs Version

* Updated TypeScript Version

* Updated Angular to V17
  • Loading branch information
MichaelSteinert authored Jan 9, 2024
1 parent 059a40d commit dceda7e
Show file tree
Hide file tree
Showing 3 changed files with 5,902 additions and 4,177 deletions.
14 changes: 8 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,21 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "edc-demo-client:build:production"
"buildTarget": "edc-demo-client:build:production"
},
"development": {
"browserTarget": "edc-demo-client:build:development"
"buildTarget": "edc-demo-client:build:development"
}
},
"options": {
"browserTarget": "project-name:build"
"buildTarget": "project-name:build"
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "edc-demo-client:build"
"buildTarget": "edc-demo-client:build"
}
},
"test": {
Expand All @@ -114,6 +114,8 @@
}
}
}
},
"defaultProject": "edc-demo-client"
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit dceda7e

Please sign in to comment.