angular / 6.1.10 / api / common / numberformatstyle.html /

NumberFormatStyle

enum

The different format styles that can be used to represent numbers. Used by the function getLocaleNumberFormat.

enum NumberFormatStyle {
  Decimal
  Percent
  Currency
  Scientific
}

Members

Member Description
Decimal
Percent
Currency
Scientific

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