diff --git a/content/roadmaps/104-angular/content/107-routing/102-router-links.md b/content/roadmaps/104-angular/content/107-routing/102-router-links.md index 77bf22ceb..38d3b5c2d 100644 --- a/content/roadmaps/104-angular/content/107-routing/102-router-links.md +++ b/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 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 `` locations on the page. Free Content Understanding Router Links