akserg / ng2-slim-loading-bar

Angular 2 component shows slim loading bar at the top of the page.
MIT License
358 stars 93 forks source link

add disable content functionality until page loads #45

Closed vProtas closed 2 years ago

vProtas commented 7 years ago

I want to disable the page at the time while loading bar is showing.

Current behavior: It's not possible.

New behavior: You can add option 'disableContent' and the page becomes unavailable till the loading bar is showing. Cursor set as wait (see link below please). https://i.stack.imgur.com/fmksR.gif

Best Regards