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

Function delayChangeDetectionForEventsDelegate

packages/core/src/zone/ng_zone.ts:427–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425
426function forkInnerZoneWithAngularBehavior(zone: NgZonePrivate) {
427 const delayChangeDetectionForEventsDelegate = () => {
428 delayChangeDetectionForEvents(zone);
429 };
430 const instanceId = ngZoneInstanceId++;
431 zone._inner = zone._inner.fork({
432 name: 'angular',

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…