Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ isInNotificationPhase
Function
isInNotificationPhase
packages/core/primitives/signals/src/graph.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
export
function
isInNotificationPhase(): boolean {
53
return
inNotificationPhase;
54
}
55
56
export
interface
Reactive {
57
[SIGNAL]: ReactiveNode;
Callers
2
run
Function · 0.90
run
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…