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?