X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fcart%2Fcart.component.html;h=7e9bf3d2b1d07941feaf6d5d44db93e751b1ad91;hb=4e252c8302c1172c971830e29b4e46d3a2efd50a;hp=6bdabc8c30e7cac1be91a4cf38599cb0305ee2a3;hpb=407dfe41df942c3079dee61e1fc1ed6094bb3bd5;p=examples%2Fangular-tutorial diff --git a/src/app/cart/cart.component.html b/src/app/cart/cart.component.html index 6bdabc8..7e9bf3d 100644 --- a/src/app/cart/cart.component.html +++ b/src/app/cart/cart.component.html @@ -1 +1,30 @@ -

cart works!

+

Cart

+ +

+ Shipping Prices +

+ +
+ {{ item.name }} + {{ item.price | currency }} +
+ +
+ +
+ + +
+ +
+ + +
+ + + +