https://github.com/danidelgadoz/angular-microfrontend-demo
Demo about how to create an angular microfront and integrate it on different hosts (angular, python, react, plain javascript)
https://github.com/danidelgadoz/angular-microfrontend-demo
angular microfrontend microfrontend-architecture microfrontends-demo webcomponents
Last synced: about 2 months ago
JSON representation
Demo about how to create an angular microfront and integrate it on different hosts (angular, python, react, plain javascript)
- Host: GitHub
- URL: https://github.com/danidelgadoz/angular-microfrontend-demo
- Owner: danidelgadoz
- Created: 2021-07-27T06:18:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T06:19:21.000Z (over 4 years ago)
- Last Synced: 2025-08-01T23:42:01.783Z (8 months ago)
- Topics: angular, microfrontend, microfrontend-architecture, microfrontends-demo, webcomponents
- Language: HTML
- Homepage:
- Size: 329 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](microfrontend-workspace/README.md).
## Hosts
Review projects basic integration examples:
- [Angular example](host-angular/README.md)
- [Python example](host-python/README.md)
- [React example](host-react/README.md)
- [Pure Javascript example](host-vanilla-javascript/README.md)
## Comming soon
- Cross-application communication
- Shared component library
- Microfrontend load
- Microfrontend versioning
- Microfrontend distribution