Combining parameters, splat routes and child routers
问题 We are trying to use route parameters alongside splat routes. This is the scenario. We have a navigation menu, and then as part of one of the options, we have a wizard. When we go to the wizard, we want to pass the identifier for the object we are working on. At the same, the wizard has steps and we want to handle those at the child level router, passing also the step as part of the route (*details). The splat route looks like this: { route: 'offer/:offerId/*details', moduleId: 'offerbuilder