Documentation
Foundations
Components
Layout
Navigation
Charts
Customization
Tools
Animations
Directives
Pipes
Services
Utils
Browser
DOM
Format
Math
Miscellaneous
Pure
Tokens
format
CDK / CORE
Examples
More
Source code
A set of format utils
px
#
Adds 'px' to a number
Preview
HTML
TypeScript
LESS
More
Edit
'11px' = px(value);
value
11
getCurrencySymbol
#
Returns a currency symbol from its three letter code or ISO 4217
Preview
HTML
TypeScript
LESS
More
Edit
= getCurrencySymbol(currency);
currency
formatNumber
#
Formats a number with separators
Preview
HTML
TypeScript
LESS
More
Edit
'123 456.78' = tuiFormatNumber(value, precision, decimalSeparator, thousandSeparator);
value
123456.789
precision
2
decimalSeparator
.
thousandSeparator
Taiga UI
v4.16.0
More