Skip to content

Commit

Permalink
Merge pull request #16 from MikeMcC399/update/angular17
Browse files Browse the repository at this point in the history
chore(deps): update angular to 17.0.6
  • Loading branch information
jordanpowell88 authored Dec 12, 2023
2 parents fccacbd + f5d36d5 commit e22de7e
Show file tree
Hide file tree
Showing 4 changed files with 2,214 additions and 2,307 deletions.
6 changes: 3 additions & 3 deletions angular/my-awesome-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "my-awesome-app:build:production"
"buildTarget": "my-awesome-app:build:production"
},
"development": {
"browserTarget": "my-awesome-app:build:development"
"buildTarget": "my-awesome-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "my-awesome-app:build"
"buildTarget": "my-awesome-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit e22de7e

Please sign in to comment.