From ff496462d5faee7c0faf39af42be910760c184f8 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 4 Jan 2023 19:19:22 +0400 Subject: [PATCH] Fix broken build --- .../104-angular/content/107-routing/102-router-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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