Skip to content

Latest commit

 

History

History

pipes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.