angular-http-loader icon indicating copy to clipboard operation
angular-http-loader copied to clipboard

Angular component which monitors HTTP requests and shows a custom loader element when calls start and hides it when they complete

Results 5 angular-http-loader issues
Sort by recently updated
recently updated
newest added

It would be good to have the ability to stop http loader from showing for certain urls on a whitelisted domain. This request was originally part of https://github.com/wongatech/angular-http-loader/issues/21

This is a very awesome library which is I am using for my current project. Now the problem I am facing is on the page where I am having autocomplete...

Hi Is there a way to show loading only on specific server $htpp requests. I need it as some requests are critical and some can be done in parallel with...

There're some cases where one doesn't want the http loader to run on a domain, e.g. for some background AJAX call. For those times, this update looks for the absence...