标签: angular
<a class="breadcrumb-item" href="#" (click)="clicked(this)">Home</a> I would like the text(in this case "Home") to clicked. And I want to do it with Angular.
<a class="breadcrumb-item" href="#" (click)="clicked(this)">Home</a>