Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 677 Bytes

File metadata and controls

16 lines (10 loc) · 677 Bytes

MicroFrontend-WebComponentApproach-Angular

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

  1. npm link
  2. 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