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

Interface state

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

Source from the content-addressed store, hash-verified

3644 }
3645
3646 interface state {
3647 isValid: boolean;
3648 failedValidator?: string;
3649 }
3650
3651 const setInputValue = (value: number) => {
3652 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