formatPercent

function

Formats a number as a percentage according to locale rules.

See more...

formatPercent(value: number, locale: string, digitsInfo?: string): string

Parameters

value

Type: number.

locale

Type: string.

digitsInfo

Type: string.

Optional. Default is undefined.

Returns

string

Description

Where:

  • value is a number.
  • locale is a string defining the locale to use.
  • digitInfo See DecimalPipe for more details.

© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/common/formatPercent