MCPcopy
hub / github.com/angular/angular / markAsUntouched

Method markAsUntouched

packages/forms/signals/src/field/node.ts:316–318  ·  view source on GitHub ↗

* Marks this specific field as untouched.

()

Source from the content-addressed store, hash-verified

314 * Marks this specific field as untouched.
315 */
316 markAsUntouched(): void {
317 this.nodeState.markAsUntouched();
318 }
319
320 /**
321 * Resets the {@link touched} and {@link dirty} state of the field and its descendants.

Callers 9

resetMethod · 0.45
markAsUntouchedFunction · 0.45
compat.spec.tsFile · 0.45
_resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected