nav To Uri
Navigates to the given uri.
Navigate to the given uri.
If evt.ctrlKey is true, the uri will be opened in a new tab.
Navigate to the given uri.
If newTab is true, the uri will be opened in a new tab.
Navigate to the given uri.
If target is null, it will navigate to the uri in the same window. If target is not null, window.open(target = target) will be used to open a new tab / window.
Navigates to the route by filling in the given routeParams and queryParams.
Navigates to the route.