Skip to content

Commit

Permalink
fix(deps): update Angular to v17
Browse files Browse the repository at this point in the history
ng update @angular/core@17 @angular/cli@17
  • Loading branch information
kentacho committed Jan 31, 2024
1 parent 8434fbd commit e8661ba
Show file tree
Hide file tree
Showing 3 changed files with 2,918 additions and 5,659 deletions.
6 changes: 3 additions & 3 deletions angular.json
Expand Up @@ -68,18 +68,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
},
"development": {
"browserTarget": "demo:build:development"
"buildTarget": "demo:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"test": {
Expand Down

0 comments on commit e8661ba

Please sign in to comment.