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

Interface state

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

Source from the content-addressed store, hash-verified

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