MCPcopy
hub / github.com/angular/angular / logOnUnstable

Function logOnUnstable

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

Source from the content-addressed store, hash-verified

45}
46
47function logOnUnstable() {
48 _zone.onUnstable.subscribe({next: _log.fn('onUnstable')});
49}
50
51function logOnMicrotaskEmpty() {
52 _zone.onMicrotaskEmpty.subscribe({next: _log.fn('onMicrotaskEmpty')});

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…