ngx-socket-io
ngx-socket-io copied to clipboard
Add socket.onAny
I found out that ngx-socket-io doesn't have a way of listening to all events, so I propose adding socket.onAny from socketio
ngx-socket-io provides access to socket-io functions through socket.ioSocket
socket.ioSocket.onAny(yourListener)