We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99c230 commit 3a5c510Copy full SHA for 3a5c510
package.json
@@ -28,7 +28,6 @@
28
"@angular/compiler": "^17.3.2",
29
"@angular/core": "^17.3.2",
30
"@angular/forms": "^17.3.2",
31
- "@angular/localize": "^17.3.2",
32
"@angular/platform-browser": "^17.3.2",
33
"@angular/platform-browser-dynamic": "^17.3.2",
34
"@angular/router": "^17.3.2",
src/polyfills.ts
@@ -61,7 +61,6 @@ import 'zone.js'; // Included with Angular CLI.
61
/***************************************************************************************************
62
* APPLICATION IMPORTS
63
*/
64
-import '@angular/localize/init';
65
66
// Fixing "global is not defined"
67
(window as any).global = window;
0 commit comments