@flycoders_sourav wrote:
I want to do that .when user click on button and change the class name dynamically.
Like
<Div [ngClass]="item-red">
when user click on button.its should be changed to
<Div [ngClass]="item-blue">
how can i do that.
Posts: 2
Participants: 2