I have a problem with second router outlet when it's created in lazy-loaded module. I started with this example where auxiliary routes https://stackblitz.com/ed
I want to redirect to a child route with an outlet from a parent route with a parameter: { path: "projects/:projectKey", component: ProjectComponent,