getLocaleCurrencySymbol

From Get docs
< @angular/commonAngular/docs/9/api/common/getlocalecurrencysymbol


getLocaleCurrencySymbol

function

Retrieves the symbol used to represent the currency for the main country corresponding to a given locale. For example, '$' for en-US.

getLocaleCurrencySymbol(locale: string): string | null

Parameters
locale string A locale code for the locale format rules to use.
Returns

string | null: The localized symbol character, or null if the main country cannot be determined.


See also


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v9.angular.io/api/common/getLocaleCurrencySymbol