@angular/core

DEFAULT_CURRENCY_CODE

constant

Provide this token to set the default currency code your application uses for CurrencyPipe when there is no currency code passed into it. This is only used by CurrencyPipe and has no relation to locale currency. Defaults to USD if not configured.

const DEFAULT_CURRENCY_CODE: InjectionToken<string>;
Jump to details