I am loading a page to a named outlet using "routerLink" like this.
<a [routerLink]="{outlets: {doc: 'introduction'}}">Introduction</a>
I need to jump to an anchor point in the loaded page. Using "routerLink", is there a way?
For example, if I have a sub-section in the page called "setup" and I want this to be navigated to on page load.
<a href="introduction">Introduction</a>
Lorem Ipsum is ...
<a href="setup">Setup</a>