An open API service indexing awesome lists of open source software.

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.

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