New to Kendo UI for Angular? Start a free 30-day trial
Pipes
The Internationalization package allows you to streamline display-value transformations inside templates by utilizing pipes.
To enable the transformation of the input data in your application:
- Import
IntlModule
in your module. As a result, the defaultCldrIntlService
is added as a provider and thekendoNumber
andkendoDate
pipes become available. - (Optional) Load the locale data for the desired locales. By default, only
en-US
works.
Change Theme
Theme
Loading ...