mfe-webpack-demo
mfe-webpack-demo copied to clipboard
Using systemjs as module loader
Sharing this for feedback and informational purposes - not to have you merge it in.
@joeldenning great work! By the way, I am very curious what are the key benefits of using system in mf?
SystemJS allows you to control the download URL of microfrontends via import maps, which opens up tools like import-map-deployer and import-map-overrides for CI/CD and development workflows. SystemJS also has some nice features like live bindings for cross-microfrontend imports, a registry api for inspecting and deleting in-browser modules, etc.
Hi, i am trying to add latest angular version i.e. angular 14 as parcel application, added multiple angular 5 applications as MFE which are working fine but how to access and run angular 14 as parcel app on click of button from angular 5, I tried this but getting error for angular 14 when try to access angular 14 application name as 'myapp' getting below error when trying to access - "ERROR: application 'app14' died in status BOOTSTRAPPING: 'Try to load myapp/index.html', status :undefined => undefined"
How to resolve this? if i am running this myapp as MFE independently it is running fine but when try to load it as child application getting above error
