Fix angular resource typo (#3101)
* fixed typo in router outlets and added some content to router links * syntax update * Update content/roadmaps/104-angular/content/107-routing/102-router-links.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/3077/head^2
parent
f9938d5e0c
commit
c5ca9f0373
2 changed files with 8 additions and 2 deletions
@ -1 +1,7 @@ |
||||
# Router links |
||||
# 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. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='' href='https://angular.io/api/router/RouterLink'>Understanding Router Links</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.digitalocean.com/community/tutorials/angular-navigation-routerlink-navigate-navigatebyurl'>Angular Router: Navigation Using RouterLink, Navigate, or NavigateByUrl</BadgeLink> |
||||
|
Loading…
Reference in new issue