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

Method update

packages/core/src/resource/api.ts:150–150  ·  view source on GitHub ↗

* Convenience wrapper for `value.update`.

(updater: (value: T) => T)

Source from the content-addressed store, hash-verified

148 * Convenience wrapper for `value.update`.
149 */
150 update(updater: (value: T) => T): void;
151 asReadonly(): Resource<T>;
152
153 /**

Callers 15

reloadMethod · 0.65
wrapStateFunction · 0.65
form_field.spec.tsFile · 0.65
addMethod · 0.65
dynamic.spec.tsFile · 0.65
field_node.spec.tsFile · 0.65
resource.spec.tsFile · 0.65
compat.spec.tsFile · 0.65
cvaControlCreateFunction · 0.65

Calls

no outgoing calls

Tested by 1

addMethod · 0.52