MCPcopy Index your code
hub / github.com/angular/angular / getLocaleCurrencies

Function getLocaleCurrencies

packages/common/src/i18n/locale_data_api.ts:589–592  ·  view source on GitHub ↗

* Retrieves the currency values for a given locale. * @param locale A locale code for the locale format rules to use. * @returns The currency values. * @see [Internationalization (i18n) Guide](guide/i18n)

(locale: string)

Source from the content-addressed store, hash-verified

587 * @see [Internationalization (i18n) Guide](guide/i18n)
588 */
589function getLocaleCurrencies(locale: string): {[code: string]: CurrenciesSymbols} {
590 const data = ɵfindLocaleData(locale);
591 return data[ɵLocaleDataIndex.Currencies];
592}
593
594/**
595 * @publicApi

Callers 1

getCurrencySymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…