Thanks for shopping at the Angular Store.
This is your shopping cart. Here you can edit the items,
go back to the store, clear the cart, or check out.
Item |
Quantity |
Price |
|
Your cart is empty.
|
{{item.name}} |
|
{{item.price * item.quantity | currency}} |
|
Total |
{{cart.getTotalCount()}} |
{{cart.getTotalPrice() | currency}} |
|