This repository contains template project for implementation of micro frontends architecture using web components.
MicroFrontend folder contains code for one micro frontend and ContainerApplication project contains code for container application. Both are using angular.
To run MicroFrontend use npm start.
To run container application use
- npm link
- ng serve
Find the screenshot of running application as Screenshot.PNG added in the repository.
For detailed step by step guide refer to my medium article - https://saumyasingh-08.medium.com/micro-frontends-implementation-the-web-components-approach-angular-63c5526ce278