@senior-agronegocio/angular-components 0.0.50 → 0.0.51
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/senior-agronegocio-angular-components.umd.js +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/event-control-board/event-control-board.component.js +2 -2
- package/esm5/components/event-control-board/event-control-board.component.js +2 -2
- package/fesm2015/senior-agronegocio-angular-components.js +1 -1
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +1 -1
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -4696,7 +4696,7 @@
|
|
|
4696
4696
|
this.ngUnsubscribe.next();
|
|
4697
4697
|
this.ngUnsubscribe.complete();
|
|
4698
4698
|
this.websocketService.disconnect();
|
|
4699
|
-
this.socketConnection
|
|
4699
|
+
this.socketConnection = false;
|
|
4700
4700
|
};
|
|
4701
4701
|
EventControlBoardComponent.prototype.callWebsocket = function () {
|
|
4702
4702
|
var _this = this;
|