W3cubDocs

/Angular

validateAsync

Adds async validation to the field corresponding to the given path based on a resource. Async validation for a field only runs once all synchronous validation is passing.

API

function validateAsync<
  TValue,
  TParams,
  TResult,
  TPathKind extends PathKind = PathKind.Root,
>(
  path: SchemaPath<TValue, 1, TPathKind>,
  opts: AsyncValidatorOptions<TValue, TParams, TResult, TPathKind>,
): void;

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/forms/signals/validateAsync