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

Can not start loading bar with router link #26

Open krunaldodiya opened 7 years ago

krunaldodiya commented 7 years ago

working great with function like goToPage(){ this.slimLoadingBarService.start(); }

but what if Someone want to navigate to some page and show indicator ?? here i want to use [routerLink]="['test']" and also want to start loading bar