Skip to content

Commit 56e4056

Browse files
authored
feat!: update to angular 17 (#204)
BREAKING CHANGE: Minimum required Angular version is now v17
1 parent 1d3028b commit 56e4056

File tree

5 files changed

+3356
-3707
lines changed

5 files changed

+3356
-3707
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ In case you need to support older versions of that browsers, see the below table
309309

310310
| Angular | angular-ecmascript-intl |
311311
| ------- | ----------------------- |
312+
| 17 | 3.x |
312313
| 16 | 2.x |
313314
| 15 | 1.x |
314315

angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@
104104
"builder": "@angular-devkit/build-angular:dev-server",
105105
"configurations": {
106106
"production": {
107-
"browserTarget": "angular-intl-demo:build:production"
107+
"buildTarget": "angular-intl-demo:build:production"
108108
},
109109
"development": {
110-
"browserTarget": "angular-intl-demo:build:development"
110+
"buildTarget": "angular-intl-demo:build:development"
111111
}
112112
},
113113
"defaultConfiguration": "development"
114114
},
115115
"extract-i18n": {
116116
"builder": "@angular-devkit/build-angular:extract-i18n",
117117
"options": {
118-
"browserTarget": "angular-intl-demo:build"
118+
"buildTarget": "angular-intl-demo:build"
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)