ngx-socket-io
ngx-socket-io copied to clipboard
how to use in angular 17 standalone.
how to use in angular 17 standalone components as there is no NgModule to import SocketIoModule.forRoot(config),
https://angular.io/api/core/importProvidersFrom
This issue is stale because it has been open for 30 days with no activity.
I used this package:
npm install socket.io-client
official package and simple to use