0
Q:

angular change element style on click

<button (onClick)="click($event)">Submit</button>
...
click( {target} )
{
  target.style = "";
}
1

New to Communities?

Join the community