mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
3 lines
166 B
TypeScript
3 lines
166 B
TypeScript
(window as any).global = window;
|
|
// Change default symbol prefix for testing to ensure no hard-coded references.
|
|
(window as any)['__Zone_symbol_prefix'] = '_test__';
|