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

Calling progress method from jquery event #53

Open zishanj opened 7 years ago

zishanj commented 7 years ago

I am trying to set slimLoadingBarService.progress from jQuery plugin imagesLoaded event but its not updating the progress until it finishes that event. Is there any way to set this progress value from outside angular and refreshes the loading bar immediately without any delay?