MCPcopy
hub / github.com/angular/angular / isValidatorObject

Function isValidatorObject

packages/forms/signals/src/directive/control_cva.ts:30–32  ·  view source on GitHub ↗
(v: Function | Validator)

Source from the content-addressed store, hash-verified

28import type {FormField} from './form_field';
29
30function isValidatorObject(v: Function | Validator): v is Validator {
31 return typeof v === 'object' && v !== null;
32}
33
34export function cvaControlCreate(
35 host: ControlDirectiveHost,

Callers 1

cvaControlCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…