Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
47
function
logOnUnstable() {
48
_zone.onUnstable.subscribe({next: _log.fn(
'onUnstable'
)});
49
}
50
51
function
logOnMicrotaskEmpty() {
52
_zone.onMicrotaskEmpty.subscribe({next: _log.fn(
'onMicrotaskEmpty'
)});
Callers
1
ng_zone_spec.ts
File · 0.85
Calls
2
subscribe
Method · 0.65
fn
Method · 0.45
Tested by
no test coverage detected