MCPcopy Index your code
hub / github.com/angular/angular / update

Method update

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

* Update the value of the signal based on its current value, and * notify any dependents.

(updateFn: (value: T) => T)

Source from the content-addressed store, hash-verified

31 * notify any dependents.
32 */
33 update(updateFn: (value: T) => T): void;
34
35 /**
36 * Returns a readonly version of this signal. Readonly signals can be accessed to read their value

Callers 2

bindQueryToSignalFunction · 0.65
controlUpdateInternalFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected