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

Method createInstance

packages/zone.js/lib/zone-spec/wtf.ts:32–32  ·  view source on GitHub ↗
(signature: string, flags?: any)

Source from the content-addressed store, hash-verified

30 interface WtfEvents {
31 createScope(signature: string, flags?: any): WtfScopeFn;
32 createInstance(signature: string, flags?: any): WtfEventFn;
33 }
34
35 type WtfScopeFn = (...args: any[]) => WtfScope;

Callers 3

WtfZoneSpecClass · 0.80
onScheduleTaskMethod · 0.80
onCancelTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected