I am building an Angular app with navigation using routerLink
Everything works fine, but what I want to be able to do, is have functionality to open something in a new tab by clicking CTRL+Click or mouse middleclick.
Can someone please tell me if this is even possible or what is the smartest way to do this? I searched for it a lot in the web but didn't really find a solution.
Thank you guys!