Angular Clique com o botão direito do mouse no link

<div (contextmenu)="onRightClick()"></div>

onRightClick() {
    return false;
}
Eager Echidna