So far in my Angular2 app I have a get petition to express.js server into a loop which is run n times and retrieve n data. So I'm making n get petitions to the server.
I'm wondering what should be faster, keep it like that, or just ask 1 get petition and retrieve those n data directly from the server