From cd2188997ff4cbcce83e3cada3fc220375ebc78e Mon Sep 17 00:00:00 2001 From: Sonja Galovic Date: Sat, 5 Mar 2022 22:03:03 +0100 Subject: Login and Register page - v. 0.1.0 --- frontend/src/polyfills.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/src/polyfills.ts') 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. -- cgit v1.2.3