Relative Content

Tag Archive for angularwebsocketrxjs

Add custom event to subscribe method

I’m trying to make a component in Angular (18) to subscribe to messages from a vanilla websocket and send messages too.
I have a service that does most of the logic, and I’d like to add an event handler for websocket’s onOpen event.