• Overview
@angular/forms/signals

FieldValidationResult

Type Alias

The result of running a field validation function.

API

Description

The result of running a field validation function.

The result may be one of the following:

  1. A ValidationSuccess to indicate no errors.
  2. A ValidationError without a field to indicate an error on the field being validated.
  3. A list of ValidationError without fields to indicate multiple errors on the field being validated.
Jump to details