MCPcopy
hub / github.com/angular/angular / logOnStable

Function logOnStable

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

Source from the content-addressed store, hash-verified

53}
54
55function logOnStable() {
56 _zone.onStable.subscribe({next: _log.fn('onStable')});
57}
58
59function runNgZoneNoLog(fn: () => any) {
60 const length = _log.logItems.length;

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…