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.
1 parent ad4dc30 commit bfb7a8cCopy full SHA for bfb7a8c
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