I came across the following Stackblitz demo :
https://stackblitz.com/edit/angular-dffny7?file=app
with reference to the below post: https://stackoverflow.com/a/48527939/7429196
I need that when the user adds a new Company (e.g Company2), it should get created along with its respective project (say, Project2).
I am not getting the correct way to add nested formbuilder arrays in a formgroup. Can any one please tell me how I can do it?