@natec/mef-dev-ui-kit 0.0.695 → 0.0.697

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.
@@ -209,11 +209,7 @@ class LoaderService {
209
209
  }
210
210
  break;
211
211
  }
212
- let isZero = this.requestCnt == 0;
213
- if (this._lastVal != isZero) {
214
- this._lastVal = isZero;
215
- this.loaderIsShow.next(!isZero);
216
- }
212
+ this.loaderIsShow.next(this.requestCnt > 0.1);
217
213
  });
218
214
  }
219
215
  newEvent(e) {