MCPcopy
hub / github.com/angular/angular / logOnMicrotaskEmpty

Function logOnMicrotaskEmpty

packages/core/test/zone/ng_zone_spec.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51function logOnMicrotaskEmpty() {
52 _zone.onMicrotaskEmpty.subscribe({next: _log.fn('onMicrotaskEmpty')});
53}
54
55function logOnStable() {
56 _zone.onStable.subscribe({next: _log.fn('onStable')});

Callers 1

ng_zone_spec.tsFile · 0.85

Calls 2

subscribeMethod · 0.65
fnMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…