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

Method touched

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

Source from the content-addressed store, hash-verified

197 }
198
199 get touched(): Signal<boolean> {
200 return this.nodeState.touched;
201 }
202
203 get disabled(): Signal<boolean> {
204 return this.nodeState.disabled;

Callers 10

interop.spec.tsFile · 0.45
form_field.spec.tsFile · 0.45
field_node.spec.tsFile · 0.45
submit.spec.tsFile · 0.45
form_root.spec.tsFile · 0.45
compat.spec.tsFile · 0.45
hidden.spec.tsFile · 0.45
FieldNodeStateClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected