Skip to content

Feature Request: Support for replaceUrl and skipLocationChange #705

Open
@chimon2000

Description

@chimon2000

The options for replaceUrl and skipLocationChange are available in the router's ExtendedNavigationExtras, but they are not being implemented in the PageRouterOutlet. When you try to use either of them

this.routerExtensions.navigate(["/tab"], { replaceUrl: true }) 
//OR
this.routerExtensions.navigate(["/tab"], { skipLocationChange: true })

Navigation fails to skip the a page in the stack, and navigates back to the page that the application was on.

These features would be nice for when an application wants to route to a new page while removing part of the router location history.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions