@sumaris-net/ngx-components 1.21.0-beta10 → 1.21.0-beta11
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 -0
- 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/social/user-event/notification/user-event-notification.component.js +2 -1
- package/fesm2015/sumaris-net.ngx-components.js +1 -0
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -31008,6 +31008,7 @@
|
|
|
31008
31008
|
if (_this.debug) {
|
|
31009
31009
|
console.debug(_this._logPrefix + "Receiving new user events", data);
|
|
31010
31010
|
}
|
|
31011
|
+
_this.userEventsSubject.next(data);
|
|
31011
31012
|
}));
|
|
31012
31013
|
this._readEvent.subscribe(function (value) {
|
|
31013
31014
|
_this.userEventService.markAsRead(value);
|