I am using Angular FormGroup and FormArray to allow a user to add a new instance of a FormGroup and to edit current Forms. I am having trouble figuring out how to update the data. See here..https://stackblitz.com/edit/form-array-patch-jfb9f8?file=app/app.component.html
I am able to append a new instance of the form on click of the "Add" button, but how should the updateBins() function work when saving the data (either in a new form or added form). Struggling with how to link the two together.
