DeprecatedPercentPipe
Formats a number as percentage according to locale rules.
{{ value_expression | percent [ : digits ] }}
NgModule
Input value
value
|
any |
Parameters
digits
|
string |
Optional. Default is |
Description
digitInfo
SeeDecimalPipe
for detailed description.
WARNING: this pipe uses the Internationalization API which is not yet available in all browsers and may require a polyfill. See Browser Support for details.
Usage notes
Example