projects/congarevenuecloud/ecommerce/src/lib/modules/pricing/pipes/convert.pipe.ts
This pipe is a work in progress.
Core pipe to convert a number into the currency and format of the given user.
<!-- Renders $5.55 for USD users -->
<span>{{5.55 | localCurrencyPipe | async}}</span>
Name | localCurrency |
transform | ||||||||
transform(value: number)
|
||||||||
Parameters :
Returns :
any
|