What is Angular FormArray and how is it different from Angular FormGroup?
What is Angular FormArray and how is it different from Angular FormGroup? We discuss everything that you simply need to know about the Angular FormArray construct, available in Angular Reactive Forms. What is an Angular FormArray? In Angular Reactive Forms, every form features a form model defined programmatically using the FormControl and FormGroup APIs, or…