Monthly Archives: July 2023

Pipes utilization to display friendly labels for Enums in Angular

In this article, I will show a simple solution to display a user-friendly labels for enumerations in angular using Pipes. The solution is an example of reuse-based software engineering strategy.  It define a design pattern (template) that can be repeatedly applied to a …

Read more »