LocaleCurrencyNamePipe
Displays a human-readable name for a given ISO 4217 currency code.
Example
-
Extends: LocaleBasePipe
-
Implements: PipeTransform
constructor
method
(dataService?: DataService, changeDetectorRef?: ChangeDetectorRef) => LocaleCurrencyNamePipetransform
method
(value: any, display: 'full' | 'symbol' | 'name' = 'full', locale?: unknown) => anyWas this chapter helpful?