MCPcopy
hub / github.com/angular/angular / onLeave

Function onLeave

packages/core/src/zone/ng_zone.ts:546–549  ·  view source on GitHub ↗
(zone: NgZonePrivate)

Source from the content-addressed store, hash-verified

544}
545
546function onLeave(zone: NgZonePrivate) {
547 zone._nesting--;
548 checkStable(zone);
549}
550
551/**
552 * Provides a noop implementation of `NgZone` which does nothing. This zone requires explicit calls

Callers 1

Calls 1

checkStableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…