In this video we can learn about angular Pipes,
Angular pipes are simple functions we can use in template expressions to take
an input value and return a transformed value.
Angular pipes are useful because you can
use them throughout your website or application,
we can only declaring single pipe once in the element.