MCPcopy Index your code
hub / github.com/angular/angular / patchProxyZoneSpec

Function patchProxyZoneSpec

packages/zone.js/lib/zone-spec/proxy.ts:270–274  ·  view source on GitHub ↗
(Zone: ZoneType)

Source from the content-addressed store, hash-verified

268}
269
270export function patchProxyZoneSpec(Zone: ZoneType): void {
271 // Export the class so that new instances can be created with proper
272 // constructor params.
273 (Zone as any)['ProxyZoneSpec'] = ProxyZoneSpec;
274}

Callers 4

rollup-proxy.tsFile · 0.90
rollupTestingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…