The way Angular routing works causes the Table of Contents # based links to navigate away from the page (super awesome and what I want btw!).
Will need to look into a way around this issue. Trying to convert the content to [routerLink]="..." fragment={...} doesn't work either as the html gets inserted as is without any conversion.
The way Angular routing works causes the Table of Contents
#based links to navigate away from the page (super awesome and what I want btw!).Will need to look into a way around this issue. Trying to convert the content to
[routerLink]="..." fragment={...}doesn't work either as the html gets inserted as is without any conversion.