Quick Notes: Use enums instead of string comparisons for *ngIf
As I spend time reviewing code, I have come to realize how important it is to write code that makes it easy for someone else to read. This is especially important when working with HTML templates because it can end up being a lot of lines.
Take a loo...
aliasger.dev1 min read