aitboudad / ngx-loading-bar

Automatic page loading / progress bar for Angular
https://aitboudad.github.io/ngx-loading-bar
MIT License
760 stars 81 forks source link

Have backdrop shadow #135

Open samheihey opened 5 years ago

samheihey commented 5 years ago

Will there be an option to show backdrop shadow?

cquirosj commented 3 years ago

@samheihey all you have to do is create a new component injecting LoadingBarService in the constructor and do your custom HTML with the backdrop. You can practically copy-paste the original component https://github.com/aitboudad/ngx-loading-bar/blob/main/packages/core/src/loading-bar.component.ts into your new component and customize the HTML to your needs.