Skip to content

Commit c534454

Browse files
committed
feat: update Angular v17
1 parent 192571d commit c534454

File tree

11 files changed

+23312
-17616
lines changed

11 files changed

+23312
-17616
lines changed

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,21 +164,21 @@
164164
"serve": {
165165
"builder": "@angular-devkit/build-angular:dev-server",
166166
"options": {
167-
"browserTarget": "demo:build",
168167
"host": "127.0.0.1",
169168
"proxyConfig": "projects/demo/proxy.conf.json",
170-
"hmr": true
169+
"hmr": true,
170+
"buildTarget": "demo:build"
171171
},
172172
"configurations": {
173173
"production": {
174-
"browserTarget": "demo:build:production"
174+
"buildTarget": "demo:build:production"
175175
}
176176
}
177177
},
178178
"extract-i18n": {
179179
"builder": "@angular-devkit/build-angular:extract-i18n",
180180
"options": {
181-
"browserTarget": "demo:build"
181+
"buildTarget": "demo:build"
182182
}
183183
},
184184
"lint": {

0 commit comments

Comments
 (0)