I've created a reactive form with multiple input fields. The validation works fine for one field but I stuck for the validation on my dynamic added input fields.
What I want to achieve is that for every row the both input fields should be required too. The problem must be the access of the formarray.
I created a simplified version on Stackblitz