-
-
Notifications
You must be signed in to change notification settings - Fork 13
[2.x] Update NavItem class to support deferring route resolves #1539
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
[2.x] Update NavItem class to support deferring route resolves #1539
Conversation
Now needed in unit tests to get the navigation. Not an issue for actual sites.
PR Summary
|
…-deferring-route-resolves Update NavItem class to support deferring route resolves
…-deferring-route-resolves Update NavItem class to support deferring route resolves
Part of #1538 and allows for deferring the route link evaluation instead of forcing it at construction time. This has the side effect that the destination method now may return a route object instead of string. This targets v2.