I am using Angular2 and its ngFor. I want to add class to odd and to even rows, so I can separate them visually by color.
Here is my code (which does not work really
let index=index;
then [index] = index;
then [class.odd] = "index%2";