Skip to content

Micro front-end with angular Micro Front-End is an Architecture Style to avoid Monolithic UI's. It applies microservices Design Principles to Front-End development. Every module in the UI will be lazily loaded and will have a separate source code repository and build process.

Notifications You must be signed in to change notification settings

meta-magic/angular-micro-front-end-shoppintportal-shell

Repository files navigation

Shoppingportal Shell

Build Project using below command

npm install && npm install https://github.com/meta-magic/amexio-ios/blob/v5.16/amexio-ng-extensions.tgz?raw=true && ng build --prod ls

sed 's:modules-product-module-ngfactory:product/ui/modules-product-module-ngfactory:g' dist/mainshell/runtime.js > dist/mainshell/runtime_temp.js

cat dist/mainshell/runtime_temp.js > dist/mainshell/runtime.js

sed 's:modules-orders-module-ngfactory:order/ui/modules-orders-module-ngfactory:g' dist/mainshell/runtime.js > dist/mainshell/runtime_temp.js

cat dist/mainshell/runtime_temp.js > dist/mainshell/runtime.js

About

Micro front-end with angular Micro Front-End is an Architecture Style to avoid Monolithic UI's. It applies microservices Design Principles to Front-End development. Every module in the UI will be lazily loaded and will have a separate source code repository and build process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published