@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.
- package/bundles/sumaris-net.ngx-components.umd.js +1 -4
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/services/platform.service.js +2 -5
- package/fesm2015/sumaris-net.ngx-components.js +1 -4
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -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.
|
|
16524
|
+
return isNotNil(this.downloader);
|
|
16528
16525
|
},
|
|
16529
16526
|
enumerable: false,
|
|
16530
16527
|
configurable: true
|