Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 401 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 401 Bytes

Pipes

Pipes by Life-Of-Pix is licensed under Public Domain (https://pixabay.com/en/pipe-plumbing-connection-pipeline-406906/)

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.