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

Method dirty

packages/forms/signals/src/field/node.ts:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 get dirty(): Signal<boolean> {
196 return this.nodeState.dirty;
197 }
198
199 get touched(): Signal<boolean> {
200 return this.nodeState.touched;

Callers 7

interop.spec.tsFile · 0.45
form_field.spec.tsFile · 0.45
field_node.spec.tsFile · 0.45
compat.spec.tsFile · 0.45
FieldNodeStateClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected