I just play around with Angular and Spring Clound Microservices.
I have a Main Angular Project with a Menu, I do a request to my Gateway and receive a List of all available Microservices currently online. Based on this List my Menu is dynamicly built.
Example:
Menu : Microservice 1 | Microservice 2
On click on "Microservice 1" I want to load the content of a module that is inside of another angular project delivered with Microservice 1.
Is this possible?
You can use single-spa framework with angualr.single-spa is a javascript framework for front-end microservices and can be implemented with angular . you need to use Micro-Frontend Architecture .