When I try to load a module using loadChildren to load a module's component in named outlet, its throwing error.
Is there a way to lazy load module in a named router-outlet?
//html
<router-outlet name="manager"></router-outlet>
//routing
loadChildren: 'app/xxxmodule/thisxxx.module#ManagerModule'