mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5eb7426216
PR Close #30962
4 lines
166 B
TypeScript
4 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__';
|