Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ takeUntilAbort
Function
takeUntilAbort
packages/router/src/utils/abort_signal_to_observable.ts:31–33 ·
view source on GitHub ↗
(signal: AbortSignal)
Source
from the content-addressed store, hash-verified
29
}
30
31
export
function
takeUntilAbort<T>(signal: AbortSignal) {
32
return
takeUntil<T>(abortSignalToObservable(signal));
33
}
Callers
2
runCanLoadGuards
Function · 0.90
runCanMatchGuards
Function · 0.90
Calls
1
abortSignalToObservable
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…