Category "router-outlet"

Angular 10 auxiliary router outlet not working when placed in lazy loaded module

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

Angular routing error cannot find parameter when redirecting to child route with parameter and outlet

I want to redirect to a child route with an outlet from a parent route with a parameter: { path: "projects/:projectKey", component: ProjectComponent,