@natec/mef-dev-ui-kit 0.0.696 → 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,8 +209,7 @@ class LoaderService {
209
209
  }
210
210
  break;
211
211
  }
212
- let isZero = this.requestCnt == 0;
213
- this.loaderIsShow.next(!isZero);
212
+ this.loaderIsShow.next(this.requestCnt > 0.1);
214
213
  });
215
214
  }
216
215
  newEvent(e) {