MCPcopy
hub / github.com/angular/angular / set

Method set

packages/core/src/render3/reactivity/signal.ts:27–27  ·  view source on GitHub ↗

* Directly set the signal to a new value, and notify any dependents.

(value: T)

Source from the content-addressed store, hash-verified

25 * Directly set the signal to a new value, and notify any dependents.
26 */
27 set(value: T): void;
28
29 /**
30 * Update the value of the signal based on its current value, and

Callers 15

recordDuplicateKeysFunction · 0.65
reconcileFunction · 0.65
deleteMethod · 0.65
setMethod · 0.65
getComponentIdFunction · 0.65
twoWayBindingFunction · 0.65
setInputMethod · 0.65
enqueueMethod · 0.65
resolveHostDirectivesFunction · 0.65
trackHostDirectiveDefFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected