Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ flushEffects
Function
flushEffects
packages/core/rxjs-interop/test/to_observable_spec.ts:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
});
35
36
function
flushEffects(): void {
37
fixture.detectChanges();
38
}
39
40
it(
'should produce an observable that tracks a signal'
,
async
() => {
41
const
counter = signal(0);
Callers
1
to_observable_spec.ts
File · 0.70
Calls
1
detectChanges
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…