diff --git a/src/app/app.component.html b/src/app/app.component.html index 7a27eed..dff4aa7 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,6 +1,7 @@
+
+

Today's Total:

-

{{todayTotal | number: '1.0-6'}}

+

{{todayTotal | number: '1.0-6'}}

Overall Total:

-

{{total | number: '1.0-6'}}

+

{{total | number: '1.0-6'}}

- - - - - - {{order.totalZec}} - - - {{order.timestamp | date: 'short'}} - - -

Order: {{order._id}}

-

Zcash price: {{order.price | currency: order.currency.toUpperCase()}}

- - {{item.qty}} x {{item.name}} - -
-
-

No orders

+
-

copyright 2021 ZGo

+
+ + + + + {{order.totalZec}} + + + {{order.timestamp | date: 'short'}} + + +

Order: {{order._id}}

+

Zcash price: {{order.price | currency: order.currency.toUpperCase()}}

+ + {{item.qty}} x {{item.name}} + +
+
+

No orders

+
diff --git a/src/app/order/order.component.html b/src/app/order/order.component.html index d8bada4..8bb1a87 100644 --- a/src/app/order/order.component.html +++ b/src/app/order/order.component.html @@ -9,7 +9,7 @@ Order Total:

{{total | currency: getCurrency()}}

-

{{(total/price) | number: '1.0-6'}}

+

{{(total/price) | number: '1.0-6'}}