For a form control in reactive forms, the property that holds the latest validation errors is called ______.

  • validationErrors
  • validationStatus
  • errors
  • validators
In reactive forms, the property that holds the latest validation errors for a form control is called "errors." You can access this property to check for validation errors on a specific form control. It provides information about validation failures, if any. The other options are not the correct property names for holding validation errors in reactive forms.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *