Update tabledemo and add primeblocks & icons pages

This commit is contained in:
Çetin
2021-12-20 18:06:23 +03:00
parent 2b18107f22
commit bc08999a0a
22 changed files with 1345 additions and 192 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<ng-template pTemplate="body" let-product>
<tr>
<td>
<img src="../../../assets/demo/images/product/{{product.image}}" class="shadow-4" alt="{{product.name}}" width="100">
<img src="../../../assets/demo/images/product/{{product.image}}" class="shadow-4" alt="{{product.name}}" width="50">
</td>
<td>{{product.name}}</td>
<td>{{product.price | currency:'USD'}}</td>