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): inconsistent router state, missing execution of data resolvers #52934

Closed
wants to merge 1 commit into from

Commits on Nov 15, 2023

  1. fix(router): Resolvers in different parts of the route tree should be…

    … able to execute together
    
    The following commit accidentally broken execution of resolvers when
    two resolvers appear in different parts of the tree and do not share a
    angular@3278966
    
    This happens when there are secondary routes. This test ensures that all
    routes with resolves are run.
    
    fixes angular#52892
    leonelvsc authored and atscott committed Nov 15, 2023
    Copy the full SHA
    bcb6ba6 View commit details
    Browse the repository at this point in the history