Returns the base path as defined in the tag in the head in a reliable way.
If eg. is defined this function will return "/router-slot/".
An alternative would be to use regex on document.baseURI,
but that will be unreliable in some cases because it
doesn't use the built in HTMLHyperlinkElementUtils.
To make this method more performant we could cache the anchor element.
As default it will return the base path with slashes in front and at the end.
Returns the base path as defined in the tag in the head in a reliable way.
If eg. is defined this function will return "/router-slot/".
An alternative would be to use regex on document.baseURI, but that will be unreliable in some cases because it doesn't use the built in HTMLHyperlinkElementUtils.
To make this method more performant we could cache the anchor element. As default it will return the base path with slashes in front and at the end.