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

Method markAsPristine

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

* Marks this specific field as pristine.

()

Source from the content-addressed store, hash-verified

307 * Marks this specific field as pristine.
308 */
309 markAsPristine(): void {
310 this.nodeState.markAsPristine();
311 }
312
313 /**
314 * Marks this specific field as untouched.

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected