Load new modules dynamically in run-time with Angular CLI & Angular 5
问题 Currently I'm working on a project which is being hosted on a clients server. For new 'modules' there is no intention to recompile the entire application. That said, the client wants to update the router/lazy loaded modules in runtime . I've tried several things out but I can't get it to work. I was wondering if any of you knows what I could still try or what I missed. One thing I noticed, most of the resources I tried, using angular cli, are being bundled into seperate chunks by webpack by