Skip to content

Instantly share code, notes, and snippets.

@evgenyfedorenko
Last active July 30, 2019 16:52
Show Gist options
  • Save evgenyfedorenko/3c23398fe5bb01c7021f1b573c546e54 to your computer and use it in GitHub Desktop.
Save evgenyfedorenko/3c23398fe5bb01c7021f1b573c546e54 to your computer and use it in GitHub Desktop.
...
<tr [ngClass]="getRowClass(row)"
#transaction
(click)="lock(row, $event)"
[model]="row"
ngFor="let row of rows; trackBy:rowIdentity">
</tr>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment