mpalourdio / ng-http-loader

:dango: Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
MIT License
352 stars 65 forks source link

Added ability to set the background-color of the spinner backdrop. #144

Closed krishnakumarp closed 4 years ago

krishnakumarp commented 4 years ago

Implements the ability to set the background-color of the spinner backdrop. Refer #143

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 385724076


Totals Coverage Status
Change from base Build 362358949: 0.0%
Covered Lines: 91
Relevant Lines: 91

💛 - Coveralls
mpalourdio commented 4 years ago

Thanks for your contribution, I have just tested and there is a problem now :) When the backdrop is disabled ([backdrop]="false"), there's now a default background color behind the spinner. Will think about it a bit later.

mpalourdio commented 4 years ago

I have amended your PR with some commits. Merging now, will release later! thanks a lot for contributing!

krishnakumarp commented 4 years ago

Thanks!