Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b3b8c7 + bfb7a8c commit 5de17fcCopy full SHA for 5de17fc
src/app/ui-components/molecules/product-default/product-default.component.html
@@ -5,7 +5,7 @@
5
>
6
<section actions>
7
<ov-message type="ok" *ngIf="product.cartInfo as cartInfo; else notInCart">
8
- {{ cartInfo.quantity }}x €{{ cartInfo.total }}
+ {{ cartInfo.quantity }}x = €{{ cartInfo.total | number: "1.2-2" }}
9
</ov-message>
10
<ng-template #notInCart>
11
<p *ngIf="isLarge">Add to cart:</p>
0 commit comments