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

Function patchTaskTracking

packages/zone.js/lib/zone-spec/task-tracking.ts:95–99  ·  view source on GitHub ↗
(Zone: ZoneType)

Source from the content-addressed store, hash-verified

93}
94
95export function patchTaskTracking(Zone: ZoneType): void {
96 // Export the class so that new instances can be created with proper
97 // constructor params.
98 (Zone as any)['TaskTrackingZoneSpec'] = TaskTrackingZoneSpec;
99}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…