For questions about Angular FormArray, a built-in building block used to define forms. It tracks & controls the value and validity of an array of FormControl, FormGroup, or FormArray instances. Available in @angular/forms package.
Angular FormArray is a building block in @angular/forms package, used to define forms. Other building blocks are FormControl and formgroups.
It tracks & controls the value and validity of an array of FormControls, FormGroups, or FormArrays and combines values of each into an array.
Related tags: angular-forms, angular-reactive-forms, angular2-formbuilder
See the official guide for a detailed introduction to FormArray .