function
Retrieves the default currency code for the given locale.
getLocaleCurrencyCode(locale: string): string | null
locale | string | The code of the locale whose currency code we want. |
string | null
: The code of the default currency for the given locale.
The default is defined as the first currency which is still in use.
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/common/getLocaleCurrencyCode