adding FormArray to segmentRow3 array while my template expects only
FormGroup:
So, try changing it to:
segmentRows3.push(
this.fb.group({
segmentTime3: '',
segmentId3: '',
personRows3: this.fb.array([
this.fb.group({
personR3: '',
personI3: ''
})
])
}));
fix the error.
Thanks
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.