Skip to main content
cngx-src documentation

CurrencyOptions

Interface

projects/forms/input/currency.feature.ts

Import#

import { CurrencyOptions } from '@cngx/forms/input'

Description#

Options for withCurrency.

Index#

Properties

Instance Properties#

Readonly

ISO 4217 currency code, e.g. 'USD', 'CHF', 'JPY'.

locale#string
ReadonlyOptional

Locale override for currency formatting. Falls back to the numeric locale (withNumericDefaults) and then LOCALE_ID.