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

Method constructor

packages/zone.js/lib/zone-spec/proxy.ts:56–58  ·  view source on GitHub ↗
(private defaultSpecDelegate: ZoneSpec | null = null)

Source from the content-addressed store, hash-verified

54 }
55
56 constructor(private defaultSpecDelegate: ZoneSpec | null = null) {
57 this.setDelegate(defaultSpecDelegate);
58 }
59
60 setDelegate(delegateSpec: ZoneSpec | null) {
61 const isNewDelegate = this._delegateSpec !== delegateSpec;

Callers

nothing calls this directly

Calls 1

setDelegateMethod · 0.95

Tested by

no test coverage detected