Custom Pipe
Let’s convert enum values to user-friendly labels using custom pipes.
We'll cover the following...
In this lesson, we’ll implement a custom pipe in Angular. The pipe will transform the data into more user-friendly text.
Enum values
In projects, we use enum
values to keep track of some multi-value ...