You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a clear API for setting and getting route parameters, however, I do not see a way to reactively obtain the section of the route...
This is handy for example when I have a navbar and I want to tell it which section is being viewed in order to highlight that menu item. This is possible also with parameters, but results in duplicate information, and URLS like:
http://test.com/#home/currentPage=home
The text was updated successfully, but these errors were encountered:
There is a clear API for setting and getting route parameters, however, I do not see a way to reactively obtain the section of the route...
This is handy for example when I have a navbar and I want to tell it which section is being viewed in order to highlight that menu item. This is possible also with parameters, but results in duplicate information, and URLS like:
The text was updated successfully, but these errors were encountered: