I\'m working on an application with a large amount of lazy data loading. I would like to prioritize http requests based on \'priority\' param.
This is the concept of
This was not the right solution. You can achieve this by writing your own service to prioritize your api calls queue before calling http get .
This will not work for the following use case Angular Http Priority