preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 557 forks source link

Load a independant lazy module from another server, is it possible ? #355

Open samfrach opened 7 years ago

samfrach commented 7 years ago

Hello,

I would like to compile modules independantly in their own projects. Then I would like to host each of them on their own server.

Then, from the main/root application server (server A), I would like to load them one by one as a lazy module.

Has anyone already done this ? Is it possible ?

This is a good starting point, not talking about angular, but closed. https://stackoverflow.com/questions/43163909/solution-load-independently-compiled-webpack-2-bundles-dynamically