Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 877 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 877 Bytes

Angular Microfrontend Demo

The goal of this demo is to provide an example of how to create an angular microfrontend and integrate it on different hosts (angular, python, react, plain javascript).

Microfrontend

In the root of the repository we find weather-microfront.js wich is the microfrontend bundle to distribute to the host application.

To focus on microfronted implementation and building review microfrontend-workspace.

Hosts

Review projects basic integration examples:

Comming soon

  • Cross-application communication
  • Shared component library
  • Microfrontend load
  • Microfrontend versioning
  • Microfrontend distribution