Tabs with parameters in url

Hi,

I’m trying to figure out how to pass params in an url with ion-tabs.

I used the basic tabs example from the docs and added an id to the route:

Now I want to access this id again inside the radio page:

But I don’t get access to it. The params, queryParams are all empty. What is wrong?

Here the link to the example: StackBlitz Tabs with ID

Thanks in advance,
Max

instead of passing params through the tabs, why not just create a service and grab the variables from there?