I know my question is a bit general, but I couldn't find anything on this. How do you pass data from the Spring backend to the Angular front end? What would be the best approach?
A quick example:
I want to develop a microservice to be integrated from other system. I want to provide a REST interface with which the user can trigger events in the frontend. Now when a user makes a REST request, how do I pass the message to the Angular frontend?
Frontend -> Backend REST
Backend -> Frontend ????