@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.
- package/esm2020/src/app/social/user-event/user-event.service.mjs +4 -1
- package/fesm2015/sumaris-net.ngx-components.mjs +3 -0
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +3 -0
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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() {
|