Pipes are simple functions that can be used within template expressions to take in an input value and return a modified version of it. Use them to display strings, amounts of money, and other data. The data inside the template can be changed using pipes. To utilize a pipe in a template expression, use the pipe operator (|).
Share with