alexzuza / angular-plugin-architecture-with-module-federation

An example of building pluggable Angular architecture with the help of webpack 5 Module Federation
76 stars 31 forks source link

feature --> plugins as library #1

Open mafixmafix opened 3 years ago

mafixmafix commented 3 years ago

your work is amazing, i working on new open source CMS platform with angular and pluggable architecture. what's your opinion about whole system as a library? one lib as a core for plug and play and another libs for plugins. each plugin can contain one or more component with active routing.

4i-helpynet commented 3 years ago

Hi.

Thank you for your great work. I already successfully build and run the version 7, 8, but the angular 11 version isn't worknig - probably much changes happened in angular 11 and webpack too...

The base example package.json isn't contain webpack, and the installed version is 4.44.x I try to update with new webpack 5.35.x but it's isn't work.

Please update the repo with working example.

Thank you