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

Method markAsDirty

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

* Marks this specific field as dirty.

()

Source from the content-addressed store, hash-verified

300 * Marks this specific field as dirty.
301 */
302 markAsDirty(): void {
303 this.nodeState.markAsDirty();
304 }
305
306 /**
307 * Marks this specific field as pristine.

Callers 1

controlValueSignalMethod · 0.95

Calls 1

markAsDirtyMethod · 0.65

Tested by

no test coverage detected