I am following this blog for Lazy Lodaing a Module
Everything is fine except the part when it asks me to assign static path for the module to be loaded.
the name of the module will depend on the users choice as i may have a number of modules
how can i assign a variable to loadChildren in routing and how to create this variable just before routing
{ path: 'lazy', loadChildren: 'lazy/lazy.module#LazyModule' }