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

https://github.com/marfusios/micro-frontend-shared

Micro Frontends example in Angular - shared library
https://github.com/marfusios/micro-frontend-shared

angular microfrontends microservices shared shared-frontend shared-library

Last synced: 17 days ago
JSON representation

Micro Frontends example in Angular - shared library

Awesome Lists containing this project

README

          

![logo](logo.png)
# Shared library for micro frontends [![demo link](https://img.shields.io/badge/demo-link-blue.svg)](http://mkotas.cz/micro-frontend-gateway)

This is example of the shared library which is referenced as git submodule to other micro frontends.
It is possible to reference different version of shared library per every micro frontend.

A primary application (gateway to the whole system) can be found here: [github.com/marfusios/micro-frontend-gateway](https://github.com/Marfusios/micro-frontend-gateway)

### Usage

* reference as submodule into `{youAngularApp}/src/shared`
* has to be inside `src` directory