• Overview
@angular/forms/signals

AsyncValidationResult

Type Alias

An asynchronous validation result where all errors explicitly define their target field.

API

Description

An asynchronous validation result where all errors explicitly define their target field.

The result may be one of the following:

  1. A ValidationResult to indicate the result if resolved.
  2. 'pending' if the validation is not yet resolved.
Jump to details