Display different colors for odd/even rows using ngFor loop and ngClass
This tutorial guides you on how to display different colors for odd/even rows using ngFor loop and ngClass in Angular 9. Let’s see in our example, how to style elements with an even index in different color than the elements… Read More!