Angular – List of all built-in pipes

Angular

Angular is a platform and framework for building single-page client applications using HTML and TypeScript.

Built-in pipes

AsyncPipeUnwraps a value from an asynchronous primitive.
CurrencyPipeTransforms a number to a currency string, formatted according to locale rules that determine group sizing and separator, decimal-point character, and other locale-specific configurations.
DatePipeFormats a date value according to locale rules.
DecimalPipeFormats a value according to digit options and locale rules. Locale determines group sizing and separator, decimal point character, and other locale-specific configurations.
I18nPluralPipeMaps a value to a string that pluralizes the value according to locale rules.
I18nSelectPipeGeneric selector that displays the string that matches the current value.
JsonPipeConverts a value into its JSON-format representation. Useful for debugging.
KeyValuePipeTransforms Object or Map into an array of key value pairs.
LowerCasePipeTransforms text to all lower case.
PercentPipeTransforms a number to a percentage string, formatted according to locale rules that determine group sizing and separator, decimal-point character, and other locale-specific configurations.
SlicePipeCreates a new Array or String containing a subset (slice) of the elements.
TitleCasePipeTransforms text to title case. Capitalizes the first letter of each word and transforms the rest of the word to lower case. Words are delimited by any whitespace character, such as a space, tab, or line-feed character.
UpperCasePipeTransforms text to all upper case.

Source: https://angular.io/api/common

https://www.mldgroup.com

Vyštudovaný top manažér pôsobiaci najmä ako manažér, marketér, softvérový inžinier, konzultant, bloger, YouTuber a zatiaľ neúspešný hudobník a producent. V rámci praxe pôsobil v rôznych odvetviach na rôznych pozíciách v malých aj veľkých firmách, vrátane spoluprác a partnerstiev s významnými firmami či poradenskými spoločnosťami.

Comments are closed.