Const
Injection token for the default ISO 4217 currency code used by MoneyTextAdapter when no explicit currency is passed to the constructor.
Defaults to 'EUR'. Override with provideDefaultCurrency:
'EUR'
providers: [provideDefaultCurrency('USD')] Copy
providers: [provideDefaultCurrency('USD')]
Injection token for the default ISO 4217 currency code used by MoneyTextAdapter when no explicit currency is passed to the constructor.
Defaults to
'EUR'. Override with provideDefaultCurrency: