mslearn-staticwebapp icon indicating copy to clipboard operation
mslearn-staticwebapp copied to clipboard

(angular-app bug) router-link vs routerLink

Open jdegand opened this issue 10 months ago • 0 comments

In list-header.component.ts on line 7, router-link is used instead of routerLink. Clicking on the title doesn't send you back to the home route (products). You will also have to add imports : [RouterLink] in the @Component after selector.

jdegand avatar Apr 04 '24 23:04 jdegand