Thanks to visit codestin.com
Credit goes to angular.dev

    • Overview
@angular/forms

ValidationErrors

Type Alias
stable

Defines the map of errors returned from failed validation checks.

API

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