Fix broken build

pull/3233/head
Kamran Ahmed 2 years ago
parent 4714e8c486
commit ff496462d5
  1. 2
      content/roadmaps/104-angular/content/107-routing/102-router-links.md

@ -1,6 +1,6 @@
# Router links
In Angular, routerLink when applied to an element in a template, makes that element a link that initiates navigation to a route. Navigation opens one or more routed components in one or more <router-outlet> locations on the page.
In Angular, routerLink when applied to an element in a template, makes that element a link that initiates navigation to a route. Navigation opens one or more routed components in one or more `<router-outlet>` locations on the page.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='' href='https://angular.io/api/router/RouterLink'>Understanding Router Links</BadgeLink>

Loading…
Cancel
Save