From a47171aa08dca7dab4417886dbd612a829188292 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 15 Jun 2023 10:49:18 +0100 Subject: [PATCH] chore: :fire: Remove unused dependency (#4959) [skip ci] * chore: :fire: Remove unused dependency * chore: :fire: Remove Angular Localize --- src/Ombi/ClientApp/package.json | 2 -- src/Ombi/ClientApp/src/polyfills.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/src/Ombi/ClientApp/package.json b/src/Ombi/ClientApp/package.json index 701d58f80..50dff54bb 100644 --- a/src/Ombi/ClientApp/package.json +++ b/src/Ombi/ClientApp/package.json @@ -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", @@ -35,7 +34,6 @@ "@ngxs/store": "3.7.3", "@types/jquery": "^3.5.14", "@yellowspot/ng-truncate": "^2.0.0", - "angular-router-loader": "^0.8.5", "angularx-qrcode": "^15.0.0", "bootstrap": "^4.2.1", "core-js": "^2.5.4", diff --git a/src/Ombi/ClientApp/src/polyfills.ts b/src/Ombi/ClientApp/src/polyfills.ts index 886a3ddf4..6ee665c64 100644 --- a/src/Ombi/ClientApp/src/polyfills.ts +++ b/src/Ombi/ClientApp/src/polyfills.ts @@ -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";