Function visit

  • Navigates to a new page with the given path an query parameters.

    Throws

    an exception unless Nav.initCapture has been called first. If the path hasn't been captured, performs a tradition navigation with window.location.href.

    Parameters

    • path: string

      the destination path

    • Optional params: QueryParams

      the (optional) query parameters to append to the path

    Returns void

Generated using TypeDoc