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

Function onEnter

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

Source from the content-addressed store, hash-verified

536}
537
538function onEnter(zone: NgZonePrivate) {
539 zone._nesting++;
540 if (zone.isStable) {
541 zone.isStable = false;
542 zone.onUnstable.emit(null);
543 }
544}
545
546function onLeave(zone: NgZonePrivate) {
547 zone._nesting--;

Callers 1

Calls 1

emitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…