fix(zone.js): __load_patch and __symbol__ should be in zone_extern for closure compiler (#31350)
PR Close #31350
This commit is contained in:

committed by
Miško Hevery

parent
b696413a79
commit
6b51ed29ef
@ -52,6 +52,9 @@ const testClosureFunction = () => {
|
||||
}
|
||||
};
|
||||
|
||||
Zone.__load_patch('test_closure_load_patch', function() {});
|
||||
Zone.__symbol__('test_symbol');
|
||||
|
||||
const testZone: Zone = Zone.current.fork(testZoneSpec);
|
||||
testZone.runGuarded(() => {
|
||||
testZone.run(() => {
|
||||
|
Reference in New Issue
Block a user