The class that represents a group of FormControl instances in reactive forms is ______.

  • ControlGroup
  • FormArray
  • FormControlGroup
  • FormGroup
The class that represents a group of FormControl instances in reactive forms is FormGroup. FormGroup is used to create a container for multiple FormControl instances, allowing you to organize and validate related form controls as a group. It's a fundamental concept in Angular's reactive forms.
Add your answer
Loading...

Leave a comment

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