@doron wrote:
I am trying to navigate between tabs while passing some query parameters. I.e, when clicking on a tab button in the tab bar, I hope to pass some data via query parameters. This seems to be impossible to do right now, am I right?
More specifically, here is what I’m trying to do:
The first tab page I navigate to gets sent query parameters correctly, via
router.navigate(url, {queryParams: { ...
Now, when clicking on another one of those tabs, I’d like to preserve the query parameters (inherit them from the first tab page, which had the query parameters in its URL so that the current tab page has the same parameters in its URL).
Great thanks to anybody who sheds light on this problem!
Posts: 1
Participants: 1