Skip to content

Commit d1939af

Browse files
committed
feat: update
1 parent 81caa9e commit d1939af

File tree

7 files changed

+9889
-10324
lines changed

7 files changed

+9889
-10324
lines changed

frontend/src/angular/angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
},
2929
"index": "src/index.html",
3030
"polyfills": [
31-
"src/polyfills.ts"
31+
"src/polyfills.ts",
32+
"@angular/localize/init"
3233
],
3334
"tsConfig": "tsconfig.app.json",
3435
"assets": [
@@ -102,7 +103,7 @@
102103
"extract-i18n": {
103104
"builder": "@angular-devkit/build-angular:extract-i18n",
104105
"options": {
105-
"browserTarget": "testproject:build"
106+
"buildTarget": "testproject:build"
106107
}
107108
},
108109
"test": {

0 commit comments

Comments
 (0)