@brggroup/share-lib 0.0.76 → 0.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2741,7 +2741,9 @@ class GlobalSpinnerComponent {
2741
2741
  }
2742
2742
  ngOnInit() {
2743
2743
  this.sub = this.loadingService.loading$.subscribe((v) => {
2744
- this.visible = v;
2744
+ setTimeout(() => {
2745
+ this.visible = v;
2746
+ });
2745
2747
  });
2746
2748
  }
2747
2749
  ngOnDestroy() {