How to add conditional class in Angular using ngClass

To add a conditional class in Angular we can pass an object to `ngClass` where key is the class name and value is condition i.e., true or false… Read more

Similar

How I Built My Angular Hacker News PWA

I recently stumbled upon the HNPWA project from Addy Osmani. I really liked the idea to compare different framework/library solutions with a usable Progressive Web App and achieve the best performance possible. So I thought: let’s do this! It’ll be a nice... (more…)

Read more »