docs(common): update PercentPipe default maxFractionDigits value (#27365)

Change the docs to reflect the actual default value

Fixes #27079
PR Close #27365
This commit is contained in:
Christopher Dahm 2018-11-29 22:45:03 -05:00 committed by Igor Minar
parent a1470c94a6
commit f3f2ef4a2a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export class PercentPipe implements PipeTransform {
* - `minFractionDigits`: The minimum number of digits after the decimal point.
* Default is `0`.
* - `maxFractionDigits`: The maximum number of digits after the decimal point.
* Default is `3`.
* Default is `0`.
* @param locale A locale code for the locale format rules to use.
* When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.
* See [Setting your app locale](guide/i18n#setting-up-the-locale-of-your-app).