Angular – routerLink – Focus
I’m having trouble with focus on routerLink. The first line shows the perfect URL with the theoretical focus but doesn’t focus on anything. The second line focus well but reloads the complete page. What can I do to use routerLink and focus on a specific input? Origin: Component1 <a [routerLink]="’first’" fragment="name"> first </a> <a href="{{… Read More Angular – routerLink – Focus