diff --git a/package.json b/package.json index 24435e83..57ae03b5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "@angular/compiler": "^17.3.2", "@angular/core": "^17.3.2", "@angular/forms": "^17.3.2", - "@angular/localize": "^17.3.2", "@angular/platform-browser": "^17.3.2", "@angular/platform-browser-dynamic": "^17.3.2", "@angular/router": "^17.3.2", diff --git a/src/polyfills.ts b/src/polyfills.ts index fef41770..97f20a55 100644 --- a/src/polyfills.ts +++ b/src/polyfills.ts @@ -61,7 +61,6 @@ import 'zone.js'; // Included with Angular CLI. /*************************************************************************************************** * APPLICATION IMPORTS */ -import '@angular/localize/init'; // Fixing "global is not defined" (window as any).global = window;