manfredsteyer / module-federation-plugin-example

258 stars 177 forks source link

Dynamic Module Federation with Angular Universal #13

Open sangaiah opened 3 years ago

sangaiah commented 3 years ago

Thanks for your wonderful approach!!!. Right now I made it work with relative path to consume remote plugins. Is there any way to load dynamically how its loading for browser module? Currently creating script tag using "document" object but same thing is not working when I do for Server side rendering. Any help would be more for us to proceed further. Basically remote entry location may vary so the we cannot create static server bundle with relative path