ngx-socket-io icon indicating copy to clipboard operation
ngx-socket-io copied to clipboard

Socket.IO module for Angular

Results 54 ngx-socket-io issues
Sort by recently updated
recently updated
newest added

Hello everyone, When I use the provideSocketIo provider instead of the Angular Module forRoot import, i get Socket is undefined when doing any type of operation on the `socket` class...

Feature Requests - Support Angular version 20 - Remove zone.js dependency - migrate to zoneless

Good Morning, I'm trying to setup the librairy to call my server, the trick is that the token I need will be in the url of the web-app, so I...

There's a typo in `provideSocketIo` that results in an instance of `SocketFactory` being provided instead of a `WrappedSocket` instance. This PR fixes this, by replacing the arrow function returning `SocketFactory`...