Skip to content

Commit

Permalink
Updated to angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
anirbmuk committed Apr 11, 2024
1 parent 7c5d7aa commit 8c7b9c4
Show file tree
Hide file tree
Showing 3 changed files with 6,059 additions and 5,248 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "things-to-do:build:production"
"buildTarget": "things-to-do:build:production"
},
"development": {
"browserTarget": "things-to-do:build:development"
"buildTarget": "things-to-do:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "things-to-do:build"
"buildTarget": "things-to-do:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 8c7b9c4

Please sign in to comment.