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";