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",
|
||||
"tsConfig": "tsconfig.app.json",
|
||||
"polyfills": [
|
||||
"@angular/localize/init",
|
||||
"zone.js"
|
||||
],
|
||||
"inlineStyleLanguage": "scss",
|
||||
|
||||
Reference in New Issue
Block a user