Skip to content

Commit 43aca58

Browse files
author
Your Name
committed
Angular Core Deep Dive
2 parents ffa66cc + 8443f03 commit 43aca58

40 files changed

+2653
-1401
lines changed

angular.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
},
2929
"src/styles.css"
3030
],
31-
"scripts": []
31+
"scripts": [
32+
{
33+
"input": "node_modules/document-register-element/build/document-register-element.js"
34+
}
35+
]
3236
},
3337
"configurations": {
3438
"production": {
@@ -47,7 +51,17 @@
4751
"extractLicenses": true,
4852
"vendorChunk": false,
4953
"buildOptimizer": true
54+
},
55+
56+
"fr": {
57+
"aot": true,
58+
"outputPath": "dist/angular-course-fr/",
59+
"i18nFile": "src/locale/messages.fr.xlf",
60+
"i18nFormat": "xlf",
61+
"i18nLocale": "fr",
62+
"i18nMissingTranslation": "ignore"
5063
}
64+
5165
}
5266
},
5367
"serve": {
@@ -58,6 +72,9 @@
5872
"configurations": {
5973
"production": {
6074
"browserTarget": "angular-course:build:production"
75+
},
76+
"fr": {
77+
"browserTarget": "angular-course:build:fr"
6178
}
6279
}
6380
},

0 commit comments

Comments
 (0)