MCPcopy
hub / github.com/angular/angular / getZoneWith

Method getZoneWith

packages/zone.js/lib/zone-impl.ts:166–166  ·  view source on GitHub ↗

* Returns a Zone which defines a `key`. * * Recursively search the parent Zone until a Zone which has a property `key` is found. * * @param key The key to use for identification of the returned zone. * @returns {Zone} The Zone which defines the `key`, `null` if not found.

(key: string)

Source from the content-addressed store, hash-verified

164 * @returns {Zone} The Zone which defines the `key`, `null` if not found.
165 */
166 getZoneWith(key: string): Zone | null;
167
168 /**
169 * Used to create a child zone.

Callers 3

runInTestZoneFunction · 0.65
testClosureFunctionFunction · 0.65
zone.spec.tsFile · 0.65

Implementers 1

ZoneImplpackages/zone.js/lib/zone-impl.ts

Calls

no outgoing calls

Tested by

no test coverage detected