mfe-webpack-demo icon indicating copy to clipboard operation
mfe-webpack-demo copied to clipboard

Using systemjs as module loader

Open internettrans opened this issue 5 years ago • 3 comments

Sharing this for feedback and informational purposes - not to have you merge it in.

internettrans avatar Mar 17 '20 02:03 internettrans

@joeldenning great work! By the way, I am very curious what are the key benefits of using system in mf?

fxxjdedd avatar Dec 15 '20 08:12 fxxjdedd

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.

internettrans avatar Dec 15 '20 18:12 internettrans

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 image

dipalikamble avatar Jan 02 '23 08:01 dipalikamble