angular-loading-bar
angular-loading-bar copied to clipboard
Disable loading-bar for all requests using non-GET HTTP methods
Hi,
Is there a way to disable the loading-bar for all non-GET HTTP requests?
I understand that it can be disabled for individual HTTP calls , but how do I disable it globally?
Please help me with this. Thanks!
Hi, in source code you can see there are various modules. If you inject cfp.loadingBar instead of angular-loading-bar, you don't have the default http interceptor and you can write a custom one.