In angular 7, I am trying to develop a page where i will be showing data in table format , and also want to give user access to edit, add and delete. I am facing problem in adding formarray to the formgroup. On console i am getting below error,
ERROR Error: formGroup expects a FormGroup instance. Please pass one in.
I have added formgroup but it is not showing as per expectation. I also created stackblitz for issue.
Thanks in advance.