@angular/common

getLocaleCurrencySymbol

function
Deprecated

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;
  
  
Jump to details