We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886b724 commit 14e2f0cCopy full SHA for 14e2f0c
src/app/spinner/spinner.component.ts
@@ -23,7 +23,7 @@ export class SpinnerComponent implements OnDestroy {
23
constructor(private http: HttpInterceptorService) {
24
this.subscription = this.http
25
.getPendingRequestStatusSubject()
26
- .subscribe((isSpinnerVisible) => {
+ .subscribe(isSpinnerVisible => {
27
this.isSpinnerVisible = isSpinnerVisible;
28
});
29
}
0 commit comments