Skip to content

Commit

Permalink
docs(common): update PercentPipe default maxFractionDigits value (#27365
Browse files Browse the repository at this point in the history
)

Change the docs to reflect the actual default value

Fixes #27079
PR Close #27365
  • Loading branch information
Christopher Dahm authored and IgorMinar committed Dec 3, 2018
1 parent 5acfdee commit 560cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/pipes/number_pipe.ts
Expand Up @@ -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).
Expand Down

0 comments on commit 560cb99

Please sign in to comment.