navigateAsync
Navigates to the specified path.
navigateAsync(target: NavigationTarget, mode?: NavigationController.NavigationMode): Promise<void>
Parameters
- target — The navigation target
- mode — The intended mode of navigation, see NavigationController.NavigationMode
Related
- class WebHashNavigationControllerA class that manages the application navigation path using the DOM location ‘hash’ value.