What is the purpose of the updateOn property when creating a new FormControl instance?

  • It defines the initial control value
  • It determines when the control is updated
  • It sets the control's required state
  • It specifies when to submit the form data
The updateOn property when creating a new FormControl instance in Angular specifies when the control is updated, which affects how and when the form data is updated and submitted.
Add your answer
Loading...

Leave a comment

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