- *ngFor="let profile of allSupprotProfiles
- *ngFor="let columnName of defaultColumns
<tr> <th>{{columnName}}</th> <td>{{ profile.{{columnName}}
}}</td> </tr>
How can we concatenate with profile object?
- *ngFor="let profile of allSupprotProfiles
- *ngFor="let columnName of defaultColumns
<tr> <th>{{columnName}}</th> <td>{{ profile.{{columnName}}
}}</td> </tr>
How can we concatenate with profile object?