From 86fd90c3a07182fd8e958af468bd01903d1c2a5d Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 14 Aug 2020 12:55:13 +0300 Subject: [PATCH] fix(app): prepare for update --- src/polyfills.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/polyfills.ts b/src/polyfills.ts index 4ed2f714..d4c57a2e 100644 --- a/src/polyfills.ts +++ b/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.