Skip to content

Commit ce58c73

Browse files
Update to Angular 17
1 parent a3131a0 commit ce58c73

File tree

3 files changed

+4051
-5622
lines changed

3 files changed

+4051
-5622
lines changed

angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,23 +116,23 @@
116116
"serve": {
117117
"builder": "@angular-devkit/build-angular:dev-server",
118118
"options": {
119-
"browserTarget": "playground:build",
120-
"host": "0.0.0.0"
119+
"host": "0.0.0.0",
120+
"buildTarget": "playground:build"
121121
},
122122
"configurations": {
123123
"production": {
124-
"browserTarget": "playground:build"
124+
"buildTarget": "playground:build"
125125
},
126126
"local": {
127-
"browserTarget": "playground:build:local",
128-
"proxyConfig": "projects/playground/src/proxy.conf.json"
127+
"proxyConfig": "projects/playground/src/proxy.conf.json",
128+
"buildTarget": "playground:build:local"
129129
}
130130
}
131131
},
132132
"extract-i18n": {
133133
"builder": "@angular-devkit/build-angular:extract-i18n",
134134
"options": {
135-
"browserTarget": "playground:build"
135+
"buildTarget": "playground:build"
136136
}
137137
},
138138
"test": {

0 commit comments

Comments
 (0)