NumberFormatStyle
enum
deprecated
Format styles that can be used to represent numbers.
Deprecation warning
Jump to details
URL: http://angular.dev/api/common/NumberFormatStyle
= 'auto' && prefersDark)) { documentClassList.add(DARK_MODE_CLASS_NAME); } else { documentClassList.add(LIGHT_MODE_CLASS_NAME); } if (location.search.includes('uwu')) { documentClassList.add('uwu'); }Format styles that can be used to represent numbers.
Deprecation warning