Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
template_fvc.spec.ts
File · 0.45
reactive_fvc.spec.ts
File · 0.45
form_field.spec.ts
File · 0.45
field_node.spec.ts
File · 0.45
submit.spec.ts
File · 0.45
form_root.spec.ts
File · 0.45
compat.spec.ts
File · 0.45
hidden.spec.ts
File · 0.45
FieldNodeState
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected