Skip to content

Commit

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

Change the docs to reflect the actual default value

Fixes angular#27079
PR Close angular#27365
  • Loading branch information
Christopher Dahm authored and FrederikSchlemmer committed Jan 3, 2019
1 parent f5cc6ed commit 97b9d64
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 97b9d64

Please sign in to comment.