SyntaxFix
Write A Post
Hire A Developer
Questions
you can try binding property whit route
in your component.ts user:any = 'linkABC';
user:any = 'linkABC'
in your component.html <a target="_blank" href="yourtab/{{user}}">new tab </a>
<a target="_blank" href="yourtab/{{user}}">new tab </a>