Skip to content

Commit 6f6baf1

Browse files
committed
update Angular to v17.3.4
1 parent 624076b commit 6f6baf1

30 files changed

+4703
-4906
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
"builder": "@angular-devkit/build-angular:dev-server",
6969
"configurations": {
7070
"production": {
71-
"browserTarget": "devnet:build:production"
71+
"buildTarget": "devnet:build:production"
7272
},
7373
"development": {
74-
"browserTarget": "devnet:build:development"
74+
"buildTarget": "devnet:build:development"
7575
}
7676
},
7777
"defaultConfiguration": "development"
7878
},
7979
"extract-i18n": {
8080
"builder": "@angular-devkit/build-angular:extract-i18n",
8181
"options": {
82-
"browserTarget": "devnet:build"
82+
"buildTarget": "devnet:build"
8383
}
8484
},
8585
"test": {

0 commit comments

Comments
 (0)