@angular/common

getCurrencySymbol

function
Deprecated

Retrieves the currency symbol for a given currency code.

  
    function getCurrencySymbol(  code: string,  format: "wide" | "narrow",  locale?: string): string;
  
  
Jump to details