LocaleCurrencyPipe
Formats a Vendure monetary value (in cents) into the correct format for the configured currency and display locale.
Example
-
Extends: LocaleBasePipe
-
Implements: PipeTransform
precisionFactor
property
numberconstructor
method
(currencyService: CurrencyService, dataService?: DataService, changeDetectorRef?: ChangeDetectorRef) => LocaleCurrencyPipetransform
method
(value: unknown, args: unknown[]) => string | unknownWas this chapter helpful?