MicrosoftDocs / mslearn-staticwebapp

Static Web App template repository
MIT License
80 stars 103 forks source link

(angular-app bug) router-link vs routerLink #155

Closed jdegand closed 3 weeks ago

jdegand commented 6 months ago

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.