Reactive form for each table row
问题 I'm using Angular 2 and I want to validate controls in each row separately. But I'm not getting any way to do that. I want it to be done using reactive forms only and not using template-driven approach. I want [formGroup] on each <tr> . Any help will be appreciated. Below is the structure of my code: <tbody *ngFor="let single of allTeamDetails" [ngClass]="{'alternate-row-color': $even}"> <tr> <td class="td-data first-column"> <input type="text" class="input-text form-control" [value]="single