How to Create Custom Pipe in Angular
In this tutorial, we will look at how to create Angular 2 Custom Pipes. We looked at Angular 2 Pipes in our last tutorial. The Angular 2 comes with few built-in pipes like Date pipe, Currency pipe, and Number pipe etc. But these pipes might not be sufficient to our needs. That is where you need to build a Custom pipes in Angular 2