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 13de2e8 commit 283b423Copy full SHA for 283b423
projects/demo/src/polyfills.ts
@@ -64,3 +64,4 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
64
65
// Add global to window, assigning the value of window itself.
66
(window as any).global = window;
67
+(window as any).process = { env: { DEBUG: undefined } };
0 commit comments