how can I achieve the functionality of loading dynamic modules during run time in ionic app. my module will be hosted in server in a single umd.js and during run time my app should pull the module and load it .
how can i achieve this in ionic app? Please share some ideas.