MCPcopy Create free account
hub / github.com/angular/angular / state

Interface state

packages/forms/test/reactive_integration_spec.ts:3649–3652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3647 }
3648
3649 interface state {
3650 isValid: boolean;
3651 failedValidator?: string;
3652 }
3653
3654 const setInputValue = async (value: number) => {
3655 input.value = value;

Callers 2

di.tsFile · 0.50
form_field.spec.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected