chore: 🔥 Remove Angular Localize

pull/4959/head
tidusjar 12 months ago
parent 4ea2bef24a
commit 7659240053

@ -19,7 +19,6 @@
"@angular/compiler": "^15.0.4",
"@angular/core": "^15.0.4",
"@angular/forms": "^15.0.4",
"@angular/localize": "^15.0.4",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",

@ -1,6 +1,5 @@
/***************************************************************************************************
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
*/
import '@angular/localize/init';
import "core-js/es7/reflect";
import "zone.js/dist/zone";

Loading…
Cancel
Save