I am trying to call two different APIs. One for location data and the other one for weather information.
I am calling these API services in my controller file. Should I use promises or async and how can I implement where I will set returned data to one single JS object?
Thanks in advance.