SyntaxFix
Write A Post
Hire A Developer
Questions
For me, I was trying to add [formGroupName]="i" and/or formControlName and forgetting to specify the parent formArrayName. Pay attention to your form group tree.
[formGroupName]="i"
formControlName
formArrayName