An Angular 2 pipe takes in data as input and transforms it to a desired output.
An Angular 2 pipe takes in data as input and transforms it to a desired output.
The first version of AngularJS, used the concept of filters to format the value of an expression for display to the user.
Angular 2 introduced a similar concept, now called pipe
.