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

Update slim-loading-bar.component.ts #73

Open syamsagarreddy opened 4 years ago

syamsagarreddy commented 4 years ago

solution for " Error: ViewDestroyedError: Attempt to use a destroyed view: detectChanges ".

ngOnDestroy added

subscriptions are not destroying after view destroyed.