Learn how to build and use your own custom pipes in Angular. They are a simple way to transform values in an Angular template. A pipe takes in a value or values and then returns a value. The CurrencyPipe which transforms a given number into a currency string is a prime example of Angular pipe.
Reference link : - / a-step-by-step-example-demonstrating-how-t...