Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ signalValueChanged
Function
signalValueChanged
packages/core/primitives/signals/src/signal.ts:120–125 ·
view source on GitHub ↗
(node: SignalNode<T>)
Source
from the content-addressed store, hash-verified
118
})();
119
120
function
signalValueChanged<T>(node: SignalNode<T>): void {
121
node.version++;
122
producerIncrementEpoch();
123
producerNotifyConsumers(node);
124
postSignalSetFn?.(node);
125
}
Callers
1
signalSetFn
Function · 0.85
Calls
2
producerIncrementEpoch
Function · 0.90
producerNotifyConsumers
Function · 0.90
Tested by
no test coverage detected