diff --git a/src/app/store/cart/cart.component.html b/src/app/store/cart/cart.component.html index b8c0dc0..8b2920a 100644 --- a/src/app/store/cart/cart.component.html +++ b/src/app/store/cart/cart.component.html @@ -1,31 +1,33 @@ -
- - - - - - - - - - - - - - - - - - - - -
No.ItemQuantityCost
{{i + 1}} - {{item.item}} - {{item.quantity}}{{item.currency}} {{item.price | currency}} - -
-
-
-
\ No newline at end of file +
+
+ + + + + + + + + + + + + + + + + + + + +
No.ItemQuantityCost
{{i + 1}} + {{item.item}} + {{item.quantity}}{{item.currency}} {{item.price | currency}} + +
+
+
+
+