Html – Why my (click) event, that i wrote in a tr doesn't work?
I wrote this code, when I click on the row of the table (tr tag) it doesn't do anything, I can't understand why... readDetails(){ this.router.navigate(['/dettaglio-contributivo']); console.log("There it is") } This is the method in the component.ts <tr *ngFor="let item of…