Angular Pipes
Angular pipes are a way to transform data in an Angular template. They are a simple way to show filtered or formatted data to the user. Angular comes with a set of built-in pipes, but you can also create your own custom pipes.
Built-in Pipes
Here are...
mbarkt3sto.hashnode.dev2 min read