Answers for "angular external link"

0

link in angular

<a [routerLink]="" (click)="passTheSalt()">Click me</a>
Posted by: Guest on November-18-2021
0

link to other components angular

<a routerLink="/list" routerLinkActive="active">Link</a>
Posted by: Guest on February-23-2021
0

how to add external link in angular

just added https:// or http://
it'll redirect u to the link
Posted by: Guest on February-02-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language