@sumaris-net/ngx-components 0.27.0 → 0.27.1

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.
@@ -16497,9 +16497,6 @@
16497
16497
  _this._debug = !environment.production;
16498
16498
  if (_this._debug)
16499
16499
  console.debug('[platform] Creating service');
16500
- _this.start()
16501
- // Manage error
16502
- .catch(function (err) { return _this.onStartupError(err); });
16503
16500
  return _this;
16504
16501
  }
16505
16502
  Object.defineProperty(PlatformService.prototype, "mobile", {
@@ -16524,7 +16521,7 @@
16524
16521
  };
16525
16522
  Object.defineProperty(PlatformService.prototype, "canDownload", {
16526
16523
  get: function () {
16527
- return this._android && !!this.downloader;
16524
+ return isNotNil(this.downloader);
16528
16525
  },
16529
16526
  enumerable: false,
16530
16527
  configurable: true