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
- Host: GitHub
- URL: https://github.com/marfusios/micro-frontend-shared
- Owner: Marfusios
- License: mit
- Created: 2019-01-16T13:41:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T11:28:08.000Z (about 7 years ago)
- Last Synced: 2025-09-05T18:58:58.202Z (8 months ago)
- Topics: angular, microfrontends, microservices, shared, shared-frontend, shared-library
- Language: TypeScript
- Homepage: http://mkotas.cz/micro-frontend-gateway
- Size: 464 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Shared library for micro frontends [](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