-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
usage in effects / ofRoute operator #69
Comments
There isn't a built in function that does this for the entire route, as each segment is parsed at each level in the component hierarchy. Maybe if the effect was tied to the component? The |
yea that would be fine in this case, you visit |
With implementation of custom route matched (currently in PR) this would be possible even with the service, but you would have to manually run the checks that components do. As Brandon said, it's best to use components. We didn't implement public route change events yet. |
Would something like this be a bad idea? And is there some built-in function that would be able to check if route matches pattern (I imagine link active has to be doing something like that).
The text was updated successfully, but these errors were encountered: