Which class in Angular's Reactive Forms represents a group of FormControl instances?

  • FormGroup
  • FormControlArray
  • FormArray
  • FormSet
In Angular's Reactive Forms, the class FormGroup represents a group of FormControl instances. It's used to manage and manipulate a collection of form controls, making it easier to work with complex forms that contain multiple input fields. The other options do not accurately represent this concept.
Add your answer
Loading...

Leave a comment

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