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): Fix route recognition behavior with some versions of rxj… #47112

Closed
wants to merge 1 commit into from

Commits on Aug 10, 2022

  1. fix(router): Fix route recognition behavior with some versions of rxjs (

    angular#47098)
    
    Some versions of rxjs cause the algorithm used in the Router to not recognize Route configs correctly.
    This commit updates the algorithm to be compatible in the same way as other code locations internally.
    
    Context:
    angular@1160b81
    
    fixes angular#47089
    
    Note: This does not have a test because I was unable to identify the
    version of rxjs that would cause a failure here.
    
    PR Close angular#47098
    atscott committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f79b700 View commit details
    Browse the repository at this point in the history