Hi Rakhee, You are running into trouble because you are mixing up reactive and template driven forms. Stick with one. What happens is that you define a single formgroup, and you are trying to reuse this for every 'line' in your form. But as it's only a single instance, you keep on overwriting the previous one, while the ngFor add's the members. That is causing the ExpressionChangeAfterItHasBeenCheckedError.
Regards Sander -- 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 angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.