MCPcopy
hub / github.com/angular/angular / validateValue

Function validateValue

packages/forms/signals/test/node/validation_status.spec.ts:25–27  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

23} from '../../public_api';
24
25function validateValue(value: string): ValidationError[] {
26 return value === 'INVALID' ? [{kind: 'custom'}] : [];
27}
28
29function validateValueForChild(
30 value: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…