I have two loops in my template file.i am trying to bind second value using first loop value.But i am getting error.
<tr *ngFor="let splitdata of mf.data">
<td *ngFor="let slitup of searchFieldsslitup">
{{splitdata.slitup.headName}}
</td>
</tr>