Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ pending
Method
pending
packages/forms/signals/src/field/node.ts:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
get pending(): Signal<boolean> {
184
return
this.validationState.pending;
185
}
186
187
get valid(): Signal<boolean> {
188
return
this.validationState.valid;
Callers
9
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
validation_status.spec.ts
File · 0.45
submit.spec.ts
File · 0.45
resource.spec.ts
File · 0.45
compat.spec.ts
File · 0.45
calculateValidationSelfStatus
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected