Pipes
Last updated
Last updated
Angular provides a way of filtering data: pipes
. A pipe takes in data as input and transforms it to a desired output. Angular provides few built-in pipes which can be used out of the box. You can also create custom pipes when needed.