https://github.com/backbase/backbase-micro-frontends
Proof of concept showcasing how our legacy apps (widgets) can work together with our newer apps (journeys) via Module Federation.
https://github.com/backbase/backbase-micro-frontends
angular microfrontend microfrontends
Last synced: 11 months ago
JSON representation
Proof of concept showcasing how our legacy apps (widgets) can work together with our newer apps (journeys) via Module Federation.
- Host: GitHub
- URL: https://github.com/backbase/backbase-micro-frontends
- Owner: Backbase
- License: other
- Created: 2024-04-16T13:53:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T16:09:54.000Z (over 1 year ago)
- Last Synced: 2025-02-25T22:47:21.910Z (11 months ago)
- Topics: angular, microfrontend, microfrontends
- Language: TypeScript
- Homepage: https://engineering.backbase.com/2024/05/15/maintaining-legacy-code-with-micro-frontends
- Size: 5.69 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backbase Micro Frontends
This project is a proof of concept showcasing how our legacy apps (widgets) can work together with our newer apps
(journeys) via Module Federation.
## Examples
We refer to the host app as shell, while the micro-frontends are called remote.
* [angular12-with-angular14](angular12-with-angular14): Angular 12 shell with widgets and Angular 14 remote with journeys
* [angular12-with-angular17](angular12-with-angular17): Angular 12 shell with widgets and Angular 17 remote with journeys
* [angular14-with-angular12](angular14-with-angular12): Angular 14 shell with journeys and Angular 12 remote with widgets