- remove detect changes

pull/6798/head
muhammedaltug 5 years ago
parent 57f5205228
commit e30f08e6d5

@ -106,7 +106,6 @@ export class LoaderBarComponent implements OnDestroy, OnInit {
this.progressLevel = 0;
this.interval = timer(0, this.intervalPeriod).subscribe(this.reportProgress);
this.timer.unsubscribe();
this.cdRef.detectChanges();
}
stopLoading() {

Loading…
Cancel
Save