docs(common): update currencyPipe default digitsInfo values (#27417)
Change the docs to reflect the actual default values Fixes #27414 PR Close #27417
This commit is contained in:
parent
a9543457ef
commit
d0d351cccb
|
@ -179,9 +179,9 @@ export class CurrencyPipe implements PipeTransform {
|
|||
* - `minIntegerDigits`: The minimum number of integer digits before the decimal point.
|
||||
* Default is `1`.
|
||||
* - `minFractionDigits`: The minimum number of digits after the decimal point.
|
||||
* Default is `0`.
|
||||
* Default is `2`.
|
||||
* - `maxFractionDigits`: The maximum number of digits after the decimal point.
|
||||
* Default is `3`.
|
||||
* Default is `2`.
|
||||
* If not provided, the number will be formatted with the proper amount of digits,
|
||||
* depending on what the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) specifies.
|
||||
* For example, the Canadian dollar has 2 digits, whereas the Chilean peso has none.
|
||||
|
|
Loading…
Reference in New Issue