ElHupeke
ElHupeke
Seems to it is fixed now: In socket.connections.ts changed: Added import: import { share } from 'rxjs/operators'; changed: this.sharedObservables = { sharedOnConnect: this.subjects.onConnect.asObservable().share(), sharedOnDisconnect: this.subjects.onDisconnect.asObservable().share(), sharedOnAuthenticated: this.subjects.onAuthenticated.asObservable().share(), sharedOnUnAuthorized: this.subjects.onUnAuthorized.asObservable().share(), };...
Same here. Want to use it in Angular4/5, but can't get it working. Get a lot of error and jquery-bracket can't be imported as library.
Thank you Teijo, got it working :-)