In a reactive form, the _____ method is used to update the value of a form control programmatically.

  • patchValue()
  • reset()
  • setValue()
  • updateValueAndValidity()
In a reactive form, the patchValue() method is used to update the value of a form control programmatically. This method allows you to set specific control values.
Add your answer
Loading...

Leave a comment

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