Skip to content

Commit f6b8d3a

Browse files
Brecht BillietBrecht Billiet
Brecht Billiet
authored and
Brecht Billiet
committed
feat(ng upgrade): upgraded to angular 17
1 parent ff381bd commit f6b8d3a

File tree

3 files changed

+4945
-5684
lines changed

3 files changed

+4945
-5684
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@
100100
"builder": "@angular-devkit/build-angular:dev-server",
101101
"configurations": {
102102
"production": {
103-
"browserTarget": "examples:build:production"
103+
"buildTarget": "examples:build:production"
104104
},
105105
"development": {
106-
"browserTarget": "examples:build:development"
106+
"buildTarget": "examples:build:development"
107107
}
108108
},
109109
"defaultConfiguration": "development"
110110
},
111111
"extract-i18n": {
112112
"builder": "@angular-devkit/build-angular:extract-i18n",
113113
"options": {
114-
"browserTarget": "examples:build"
114+
"buildTarget": "examples:build"
115115
}
116116
},
117117
"test": {

0 commit comments

Comments
 (0)