File

projects/congarevenuecloud/ecommerce/src/lib/modules/pricing/pipes/convert.pipe.ts

Description

This pipe is a work in progress.

Core pipe to convert a number into the currency and format of the given user.

Example:

Example :
<!-- Renders $5.55 for USD users -->
<span>{{5.55 | localCurrencyPipe | async}}</span>

Metadata

Methods

transform
transform(value: number)
Parameters :
Name Type Optional Description
value number No

the number to convert

Returns : any

results matching ""

    No results matching ""