@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Variable DEFAULT_CURRENCYConst

    DEFAULT_CURRENCY: InjectionToken<string> = ...

    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:

    providers: [provideDefaultCurrency('USD')]