kirjs / angular-dynamic-module-loading

angular-dynamic-module-loading
36 stars 18 forks source link

how to set a configuration of the js module info #2

Open papa3642240 opened 6 years ago

papa3642240 commented 6 years ago

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 accessible by plugin '@angular/core': AngularCore, '@angular/common': AngularCommon }; i want to know if it is possible. Thanks.