Estilo del elemento de cambio angular al hacer clic

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