@sumaris-net/ngx-components 1.9.3 → 1.9.4

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.
@@ -14385,7 +14385,9 @@
14385
14385
  _this.cryptoService = cryptoService;
14386
14386
  _this.environment = environment;
14387
14387
  _this.typePolicies = typePolicies;
14388
- _this.connectionParams = {};
14388
+ _this.connectionParams = {
14389
+ reconnect: true
14390
+ };
14389
14391
  _this.onNetworkError = new rxjs.Subject();
14390
14392
  _this.customErrors = {};
14391
14393
  _this._debug = !environment.production;