0

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?

Tristate
  • 1,498
  • 2
  • 18
  • 38

1 Answers1

2

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 .

NAS
  • 311
  • 2
  • 6