diff options
Diffstat (limited to 'frontend/src/polyfills.ts')
-rw-r--r-- | frontend/src/polyfills.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/polyfills.ts b/frontend/src/polyfills.ts index 429bb9ef..9194e82b 100644 --- a/frontend/src/polyfills.ts +++ b/frontend/src/polyfills.ts @@ -1,3 +1,7 @@ +/*************************************************************************************************** + * Load `$localize` onto the global scope - used if i18n tags appear in Angular templates. + */ +import '@angular/localize/init'; /** * This file includes polyfills needed by Angular and is loaded before the app. * You can add your own extra polyfills to this file. |