• Overview

This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/forms

ValidationErrors

Type Alias

Defines the map of errors returned from failed validation checks.

API

  
    type ValidationErrors = {  [key: string]: any;}
  
  
Jump to details