Skip to content

Commit

Permalink
ng 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tof committed Feb 8, 2024
1 parent d3746b3 commit b013baf
Show file tree
Hide file tree
Showing 3 changed files with 1,414 additions and 3,268 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
},
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"test": {
Expand Down

0 comments on commit b013baf

Please sign in to comment.