Back to Developer Roadmap

Testing pipes

src/data/roadmaps/angular/content/[email protected]

4.0497 B
Original Source

Testing pipes

An Angular Pipe is a special function that is called from a Component template. Its purpose is to transform a value: You pass a value to the Pipe, the Pipe computes a new value and returns it.

Visit the following resources to learn more: