Answer the question
In order to leave comments, you need to log in
How to pass the name of an element when navigating to its view component?
Has a list view component. Navigation to view the element is implemented by passing the Id in the link.
<td><a [routerLink]="['/item', item.id]" >{{item.name}}</a></td>
Answer the question
In order to leave comments, you need to log in
I keep pagetitles in a state, there are a couple of actions, setShortTitle, setLongTitle, each pull of these actions updates document.title.
https://bitbucket.org/furrya_black/cake-shop
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question