I am creating a web app in Angular2 using nodejs. I have a dependency project in Java that will provide me some data. I am trying to connect the bridge using Springboot. Is there a way to get data from the Java framework using SpringBoot to Angular2 NodeJS?
Thank you