In a reactive form, which method is used to access a form control's value?

  • access() method
  • getValue() method
  • retrieve() method
  • value() method
In a reactive form, you can access a form control's value using the value() method provided by the FormControl class. This method returns the current value of the form control.
Add your answer
Loading...

Leave a comment

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