mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-26 23:30:11 +00:00
BETTERZON-25: Finishing prototype of UC
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
<div class="priceList">
|
||||
PriceList
|
||||
<table>
|
||||
<tr>
|
||||
<th>Vendor</th>
|
||||
<th>Current price</th>
|
||||
<th>Visit</th>
|
||||
</tr>
|
||||
<tr *ngFor="let price of prices">
|
||||
<td>{{vendorMap[price.vendor_id]?.name}}</td>
|
||||
<td>{{price.price_in_cents / 100}}€</td>
|
||||
<td><a href="https://www.amazon.com">Visit Shop</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user