angular-dynamic-module-loading
angular-dynamic-module-loading copied to clipboard
angular-dynamic-module-loading
How can we import and use app.sevice from a dynamic module? Is there any way transfering data from dynamic module to app.service or vice versa?
I have compiled module into single js file. But after loading i got this error. No NgModule metadata found for 'undefined'
Hi, Thanks for a nice example for dynamic module loading. How can I create the `lazy.module.js` file. Could you please give an example for it? Thanks.
when we load modules , we register routes dynamically , but on page refresh router can not recognise route and it throws error.
how to set a configuration of the js module info in a json file or someelse config, just like const modules = { // this is the list of modules...