@angular/common

getLocaleCurrencyName

function
Deprecated

Retrieves the name of the currency for the main country corresponding to a given locale. For example, 'US Dollar' for en-US.

  
    function getLocaleCurrencyName(  locale: string): string;
  
  
Jump to details