How to navigate to certain section of the page identified with an id attribute?
Example:
I need to navigate to \"structure\" paragraph on my page
You could add fragment attribute for your html link
fragment
Info Structure Something Else
To navigate programmatically you could this
this.router.navigate( ['routeexample1' ], {fragment: 'structure'});