Hello! I am now starting to mess with angular and I have a server.js file that makes a call in the database and back up the data. I need to create an interface to display this data. My question is: how can I capture the data from the .js file and manipulate it in an angular-cli project?
Thank you in advance.