How To Navigate To Tabbed Page With Parameters

I have recently learned Angular routing and navigation in Ionic 4. I learned how you can use /:id to pass params and go to different pages based on param.

I also learned how to create a tabbed app.

However, I cannot seem to get an app with both of these to work. The routing is crazy and I cannot figure it out. Does anyone know of any examples that do this?