So far I have not found a working demo with lazy loading in a named router outlet e.x. <router-outlet name="view"></router-outlet>
. I have made a plunkr to find a way to make it work without success. Any help would be much appreciated.
https://plnkr.co/edit/EW3PZUMC63euf2QYxtW5?p=preview
In the example above View1, View2 and View3 are lazy loaded in the default router-outlet. View3_1 and View3_2 are lazy loaded in the named router-outlet without success.