How to include anchor at the end of the link using routerlink?
I need to include an anchor at the end of the link to be able to identify a particular location on the page that will be accessed.
<a [routerLink]="['/page', item.slug]#local"> Button </a>
Page
<a name="local"></a>