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 prioritizedGuardValue operator optimization and allowing UrlTree return from guard #26478

Closed

Commits on Oct 16, 2018

  1. feat(router): add prioritizedGuardValue operator optimization and all…

    …owing UrlTree return from guard
    
    * If all guards return `true`, operator returns `true`
    * `false` and `UrlTree` are now both valid returns from a guard
    * Both these values wait for higher priority guards to resolve
    * Highest priority `false` or `UrlTree` value will be returned
    jasonaden committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    5583eb3 View commit details
    Browse the repository at this point in the history
  2. fixup! feat(router): add prioritizedGuardValue operator optimization …

    …and allowing UrlTree return from guard
    mhevery committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    14db7a7 View commit details
    Browse the repository at this point in the history