Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
51
function
logOnMicrotaskEmpty() {
52
_zone.onMicrotaskEmpty.subscribe({next: _log.fn(
'onMicrotaskEmpty'
)});
53
}
54
55
function
logOnStable() {
56
_zone.onStable.subscribe({next: _log.fn(
'onStable'
)});
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