Fix #179
This commit is contained in:
parent
5f183de174
commit
0d145b5883
@ -140,7 +140,7 @@
|
|||||||
<!-- Name Column -->
|
<!-- Name Column -->
|
||||||
<ng-container matColumnDef="name">
|
<ng-container matColumnDef="name">
|
||||||
<th mat-header-cell *matHeaderCellDef>Price</th>
|
<th mat-header-cell *matHeaderCellDef>Price</th>
|
||||||
<td mat-cell *matCellDef="let element">{{ element.price }}$</td>
|
<td mat-cell *matCellDef="let element">{{ element.price }}€</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<!-- Weight Column -->
|
<!-- Weight Column -->
|
||||||
|
Loading…
Reference in New Issue
Block a user