how to disbale page reload and all anchor tags after some event code example
Example: anchor click event angular refresh page
<a href="javascript:void(0);" (click)="yourClickEvent();">A Tag</a>
<a href="javascript:void(0);" (click)="yourClickEvent();">A Tag</a>