Answer the question
In order to leave comments, you need to log in
How to optimize recording?
Is it possible to remove the repetition?
<tr *ngFor="let goods of order.goods">
<td *ngIf="(order.status == 7 && place.importance!= 1)">Место: {{goods.bar_code}}</td>
<td *ngIf="(order.status == 7 && place.importance!= 1)">{{goods.status}}</td>
<td *ngIf="(order.status != 7)">Место: {{goods.bar_code}}</td>
<td *ngIf="(order.status != 7)">{{goods.status}}</td>
</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