fix(app): prepare for update

This commit is contained in:
Admin 2020-08-14 12:55:13 +03:00
parent 4f878b2a63
commit 86fd90c3a0

View file

@ -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.