Angular Tutorial: Working with Angular Pipes In this blog post we will explore working with Angular’s Pipe API. Angular pipes are used in your templates to transform a data set in some desired way. A prime example of this is the CurrencyPipe which transforms a...