I have a custom directive which opens the table row related data in a new window. When i click on the first column of the table row which is a checkbox selection, it is opening a new window, how should i avoid the custom directive actions on first column of the table row.
<tr mat-row *matRowDef="let row; test: results;" [routerLink]="row" appNewWindow></tr>