chore(angular): add @angular/localize/init polyfill
Required for fr-FR locale support that the app already configures via registerLocaleData and LOCALE_ID provider in app.config.ts.
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
"tsConfig": "tsconfig.app.json",
|
"tsConfig": "tsconfig.app.json",
|
||||||
"polyfills": [
|
"polyfills": [
|
||||||
|
"@angular/localize/init",
|
||||||
"zone.js"
|
"zone.js"
|
||||||
],
|
],
|
||||||
"inlineStyleLanguage": "scss",
|
"inlineStyleLanguage": "scss",
|
||||||
|
|||||||
Reference in New Issue
Block a user