SyntaxFix
Write A Post
Hire A Developer
Questions
In the app-routing.modules.ts file:
app-routing.modules.ts
{ path: 'hero/:id', component: HeroComponent }
In the component.html file:
component.html
target="_blank" [routerLink]="['/hero', '/sachin']"