Replies: 1 comment 1 reply
-
Maybe your use case can be achieved by listening to router changes, Inside listner |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My AutoRoute config looks like this:
I am using an custom Observer to set the global theme based on current page.
The issue that I am facing is that I don't know witch child route I am on after some navigation between tabs
result from print:
I need the Information that PersonDetailsRoute is being displayed or PersonListRoute. How do I archive that
Beta Was this translation helpful? Give feedback.
All reactions