How to add class to cell using angular
hi there
i want to add the style for all cells or selected one , most of example or demo is explained using pure javascript.
i want to do it with angular2 way , cloud you please provide me with example to do this ?
thank you 🙂
1 answer
I’ve used the example from the official repo – it is quite helpful
- https://github.com/WebDataRocks/pivot-angular/blob/50c76998ea7cc0d1ddc06297aa1bef1dc0743087/src/app/app.component.html#L6
- https://github.com/WebDataRocks/pivot-angular/blob/50c76998ea7cc0d1ddc06297aa1bef1dc0743087/src/app/app.component.ts#L17
Best,
Hugo