FormArray usage and dynamically add row of controls
问题 I'm having trouble trying to do something with Angular 2 and Forms. I have let's say an invitation list, where there are two fields, for name and e-mail, and a button to add more rows. |__name_______|__e-mail_______| |__name_______|__e-mail_______| (+) Add row And I kinda know that you can use FormArray to dynamically store different rows and so, but I'm not sure how to use it and to make it work. So far at my component I have form:FormGroup; ngOnInit() { this.form = new FormGroup({ invitee: