If I want to add a dead link to an anchor tag because I want to use (click) instead then I can use either [routerLink]=""
or href="javascript:void(0);"
. Both has the same effect and I see no difference in browser compatibility.
Which one is prefered to use? Is there any difference?