MCPcopy
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
52export function isInNotificationPhase(): boolean {
53 return inNotificationPhase;
54}
55
56export interface Reactive {
57 [SIGNAL]: ReactiveNode;

Callers 2

runFunction · 0.90
runFunction · 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…