Help Angular by taking a 1 minute survey!Go to surveyHome

ValidationErrors

Defines the map of errors returned from failed validation checks.

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