Angular 5: Dynamic Form Validation inside a table
问题 I am trying to validate input fields inside a table using form group but unable to achieve the same. I am using *ngFor to iterate the data because I have to display that data in the first column of the table and other columns are just input text fields in which I have to add form validation. So I have added the index for the unique form control name for the field. HTML code <form [formGroup]="tableForm"> <table class="shop-table table-responsive" cellspacing="0"> <tbody> <tr class="cart_item"