List of Built-in Pipes in Angular
Complete list of built in pipes
Here is the complete list of built in pipes in Angular.
We have around 13 built in pipes in Angular which are part of @angular/common
Pipe Name | Description |
---|---|
AsyncPipe | Used to read the object from an asynchronous source |
CurrencyPipe | Used to format the currencies |
DatePipe | Used to format the dates |
DecimalPipe | Used to transform the decimal numbers |
I18nPluralPipe | Converts a value to a string that pluralizes the value according to locale rules. |
I18nSelectPipe | Used to display values according to the selection criteria |
JsonPipe | Converts an object into a JSON string |
KeyValuePipe | Converts an Object or Map into an array of key value pairs. |
LowerCasePipe | Converts a string or text to lowercase |
PercentPipe | Used to display percentage numbers |
SlicePipe | Used to slice an array |
TitleCasePipe | Converts a string or text to title case |
UpperCasePipe | Converts a string or text to uppercase |