Hi Sander Basically I have problem to do lazy load router in nested way.
Please check this: https://medium.com/@shairez/angular-routing-a-better-pattern-for-large-scale-apps-f2890c952a18 here is code that author is using : https://medium.com/@shairez/angular-routing-a-better-pattern-for-large-scale-apps-f2890c952a18 There is nested <router-outlet /> , means one <router-outlet /> inside another. I believe this programmer has done right way, but sample does not working, can only render to the outside <router-outlet />, not the inside <router-outlet />. Sander, do you think he/she's done right way or there is some error in angular/router framework itself? I have go through whole internet won't find work one, Could you point me to right code sample if there is one? Thanks! On Monday, January 14, 2019 at 8:42:02 PM UTC+11, Sander Elias wrote: > > Hi Long, > > Can you elaborate a bit on your question? So you have a solution under > Angular 5 that doesn't work on 6? > Sounds like a regression that needs to be fixed. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
