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

feat(router): add hash-based navigation option to setUpLocationSync #28609

Closed
wants to merge 2 commits into from

Commits on Feb 19, 2019

  1. feat(router): add hash-based navigation option to setUpLocationSync

    The `setUpLocationSync` function in @angular/router/upgrade didn't previously let you sync hash-based navigations. With this change, you can now pass an option to `setUpLocationSync` that will make sure location changes run in Angular in hash-based apps.
    
    Fixes angular#24429 angular#21995
    jasonaden committed Feb 19, 2019
    Copy the full SHA
    67c682c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3a58bcc View commit details
    Browse the repository at this point in the history