feature request: helper function to handle linktype attribute
Hi,
how do you handle <a id="6" linktype="page">link text</a> tags from wagtail? Currently I do replace those with actual links on the server side - but this means the pages gets reloaded and is not using the angular router.
Better would be to parse the html provided by the api and make a proper routerLink.