To create a form control that can hold an array of values, Angular provides the _______ class.

  • ArrayControl
  • FormArray
  • FormControlArray
  • FormGroupArray
To create a form control that can hold an array of values, Angular provides the FormArray class. A FormArray is a part of Angular's reactive forms, and it can hold an array of FormControls or other FormArrays.
Add your answer
Loading...

Leave a comment

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