Navigate to an url which is not a router target

Hi,

How can I navigate to an url which is not part of the router?

Thx,
Andreas

Hi.

You can use UI.getCurrent().navigate(relativeLocation)) method where relativeLocation is the path string relative to the current location.