Skip to content

Commit

Permalink
removed @angular/localize
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Apr 1, 2024
1 parent e99c230 commit 3a5c510
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 3a5c510

Please sign in to comment.