Answer the question
In order to leave comments, you need to log in
Is it possible to do double nesting when passing value from component to html?
There is the following code:
<tr *ngFor="let col of allColumns">
<div *ngIf="isChecked(col)==false">
<th>{{col.name}}:</th>
<tr></tr
</tr>
ALLCOLUMNS:[
{
name: 'Название',
prop: 'title'
},
...
<tr *ngFor="let col of allColumns">
<div *ngIf="isChecked(col)==false">
<th>{{col.name}}:</th>
<tr>{{ row.{{col.prop}} }}</tr
</tr>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question