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