manfredsteyer / module-federation-with-angular-dynamic

Dynamic Module Federation with Angular
121 stars 67 forks source link

is shared library also be as mfe project and accesable? #62

Open Sakol538 opened 1 year ago

Sakol538 commented 1 year ago

is shared library also be work as mfe project as like mfe1 app and to sharable reusable components and services to mfe app and shell?

2-Dpot commented 1 year ago

to sharable reusable components and services to mfe app and shell?

can you elaborate ?

Sakol538 commented 1 year ago

@2-Dpot - I mean 1.micro front end app has shell and mfe1 project and bootstrap shell in main ts right

  1. In same way can we have onther micro front end shared app has shell project inside
    • which should be sharable to above micro front end app is it possible (micro front end app can share the modules, services, components to onther micro front end app) ? if yes please provide me the example