MCPcopy
hub / github.com/angular/angular / compose

Method compose

packages/forms/src/validators.ts:446–448  ·  view source on GitHub ↗
(validators: (ValidatorFn | null | undefined)[] | null)

Source from the content-addressed store, hash-verified

444 static compose(validators: null): null;
445 static compose(validators: (ValidatorFn | null | undefined)[]): ValidatorFn | null;
446 static compose(validators: (ValidatorFn | null | undefined)[] | null): ValidatorFn | null {
447 return compose(validators);
448 }
449
450 /**
451 * @description

Callers 3

validators_spec.tsFile · 0.80
cvaControlCreateFunction · 0.80

Calls 1

composeFunction · 0.85

Tested by

no test coverage detected