diff --git a/client/src/app/shared/components/basket-summary/basket-summary.component.html b/client/src/app/shared/components/basket-summary/basket-summary.component.html new file mode 100644 index 0000000..47f6153 --- /dev/null +++ b/client/src/app/shared/components/basket-summary/basket-summary.component.html @@ -0,0 +1,54 @@ + +
+ + + + + + + + + + + + + + + + + + + +
+
Product
+
+
Price
+
+
quantity
+
+
Total
+
+
Remove
+
+
+ {{item.productName}} +
+
+ {{item.productName}} +
+ Type: {{item.type}} +
+
+
{{item.price | currency}} +
+ + {{item.quantity}} + +
+
{{item.price * item.quantity | currency}} + + + +
+
+