mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
chore: 🔥 Remove unused dependency (#4959) [skip ci]
* chore: 🔥 Remove unused dependency * chore: 🔥 Remove Angular Localize
This commit is contained in:
parent
3e46e8e91b
commit
a47171aa08
2 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@
|
||||||
"@angular/compiler": "^15.0.4",
|
"@angular/compiler": "^15.0.4",
|
||||||
"@angular/core": "^15.0.4",
|
"@angular/core": "^15.0.4",
|
||||||
"@angular/forms": "^15.0.4",
|
"@angular/forms": "^15.0.4",
|
||||||
"@angular/localize": "^15.0.4",
|
|
||||||
"@angular/material": "^14.2.7",
|
"@angular/material": "^14.2.7",
|
||||||
"@angular/platform-browser": "^15.0.4",
|
"@angular/platform-browser": "^15.0.4",
|
||||||
"@angular/platform-browser-dynamic": "^15.0.4",
|
"@angular/platform-browser-dynamic": "^15.0.4",
|
||||||
|
@ -35,7 +34,6 @@
|
||||||
"@ngxs/store": "3.7.3",
|
"@ngxs/store": "3.7.3",
|
||||||
"@types/jquery": "^3.5.14",
|
"@types/jquery": "^3.5.14",
|
||||||
"@yellowspot/ng-truncate": "^2.0.0",
|
"@yellowspot/ng-truncate": "^2.0.0",
|
||||||
"angular-router-loader": "^0.8.5",
|
|
||||||
"angularx-qrcode": "^15.0.0",
|
"angularx-qrcode": "^15.0.0",
|
||||||
"bootstrap": "^4.2.1",
|
"bootstrap": "^4.2.1",
|
||||||
"core-js": "^2.5.4",
|
"core-js": "^2.5.4",
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/***************************************************************************************************
|
/***************************************************************************************************
|
||||||
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
|
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
|
||||||
*/
|
*/
|
||||||
import '@angular/localize/init';
|
|
||||||
import "core-js/es7/reflect";
|
import "core-js/es7/reflect";
|
||||||
import "zone.js/dist/zone";
|
import "zone.js/dist/zone";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue