Angular 10 adding custom pipes
One powerful aspect of Angular is the ability to add custom pipes.
Pipes are used for transforming data, mainly strings, into specific date formats, currencies, or something else.
They are simple functions that you can use in your templates by using ...
h.daily-dev-tips.com3 min read