Closed Arjun-Shinojiya closed 5 years ago
There's a backdrop
boolean that does this in options. See https://github.com/mpalourdio/ng-http-loader#customizing-the-spinner
Backdrop didnt worked for me @mpalourdio .I applied this code in scss and now its working fine.
opacity: 1 !important; background-color: transparent !important; }
So you're all done :) Closing now.
Currently, when ng-http-loader is loading in my angular project, it changes the opacity of the whole screen with loading. I don't want to change the opacity of screen while loading screen. Is there any solution for this issue. Thank you