ngx-socket-io
ngx-socket-io copied to clipboard
fix(): fixes provider factory
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 with SocketFactory itself.