Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Feature Request: Support for replaceUrl and skipLocationChange #705

Copy link
Copy link
Open
@chimon2000

Description

@chimon2000
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.