This commit is contained in:
kevinpauer 2022-05-12 13:59:21 +02:00
parent 5f183de174
commit 0d145b5883

View File

@ -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 -->