Skip to content

Commit b152bf7

Browse files
committed
Update to angular 17.0.8
1 parent 3c178b4 commit b152bf7

File tree

5 files changed

+4443
-5523
lines changed

5 files changed

+4443
-5523
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@
9696
"serve": {
9797
"builder": "@angular-devkit/build-angular:dev-server",
9898
"options": {
99-
"browserTarget": "demo-app:build"
99+
"buildTarget": "demo-app:build"
100100
},
101101
"configurations": {
102102
"production": {
103-
"browserTarget": "demo-app:build:production"
103+
"buildTarget": "demo-app:build:production"
104104
}
105105
}
106106
},
107107
"extract-i18n": {
108108
"builder": "@angular-devkit/build-angular:extract-i18n",
109109
"options": {
110-
"browserTarget": "demo-app:build"
110+
"buildTarget": "demo-app:build"
111111
}
112112
},
113113
"test": {

0 commit comments

Comments
 (0)