@sumaris-net/ngx-components 2.2.1-rc15 → 2.2.1-rc16

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.
@@ -29162,6 +29162,9 @@ class AbstractUserEventService extends BaseGraphqlService {
29162
29162
  this.startListenCountChanges();
29163
29163
  }
29164
29164
  onLogout() {
29165
+ // Reset counter
29166
+ this._countSubject.next(0);
29167
+ // Stop listening
29165
29168
  this.stopListenCountChanges();
29166
29169
  }
29167
29170
  startListenCountChanges() {