Class AbstractNavigator

Constructors

Methods

Constructors

Methods

  • Navigates to the specified url. The router will be used if one is available, otherwise it falls back to window.history.replaceState.

    Parameters

    • url: string

      The url to navigate to

    Returns void