Use for discussion of Angular 2+ pipes
An Angular 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 (version 2 and on) introduced a similar concept, now called pipe
.