mslearn-staticwebapp
mslearn-staticwebapp copied to clipboard
(angular-app bug) router-link vs routerLink
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
.