Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(router): Allow renavigating to failed URLs #43424

Closed
wants to merge 1 commit into from

Commits on Sep 11, 2021

  1. fix(router): Allow renavigating to failed URLs

    There are situations where the Router does not currently clean up failed navigations
    correctly. While this is problematic on its own, we can mitigate some of
    the damage by processing any URL when we get a navigation request when
    the internal router state is out of sync.
    
    Each of the added tests would fail without this change.
    
    fixes angular#34795
    atscott committed Sep 11, 2021
    Copy the full SHA
    e3f87d8 View commit details
    Browse the repository at this point in the history