-
Notifications
You must be signed in to change notification settings - Fork 100
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
reverse routes #38
Comments
You created thins using route-segment or on your own? There are some questions regarding such reverse mechanics. For example, what if multiple routes resolve to the same segment, which route should be resolved from this segment? |
I see what you mean, but I didn't had this problem yet. For now I have one problem, I can't determine hashPrefix, "#" or "#!". I checked source code, and it is not possible to get hasPrefix variable from outside. |
This proposal implemented in 1.3.0. Thanks! |
Hi,
It would be very nice if you add some reverse functions.
I created something similar in my last project. And it looks like this one.
resolve - service, which have 2 methods. href and hash.
url - filter.
redirectTo service
make sense?
The text was updated successfully, but these errors were encountered: