• 概要
@angular/common

NumberFormatStyle

enum
deprecated

Format styles that can be used to represent numbers.

Deprecation warning

getLocaleNumberFormat is deprecated

API

    
      enum NumberFormatStyle {  Decimal: NumberFormatStyle.Decimal;  Percent: NumberFormatStyle.Percent;  Currency: NumberFormatStyle.Currency;  Scientific: NumberFormatStyle.Scientific;}
    
    

Decimal

Percent

Currency

Scientific

Jump to details