Custom Pipe

Let’s convert enum values to user-friendly labels using custom pipes.

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 ...

Get hands-on with 1400+ tech skills courses.