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

how to use in angular 17 standalone.

Open Saqib92 opened this issue 1 year ago • 1 comments

how to use in angular 17 standalone components as there is no NgModule to import SocketIoModule.forRoot(config),

Saqib92 avatar Apr 30 '24 18:04 Saqib92

https://angular.io/api/core/importProvidersFrom

Numichi avatar May 10 '24 18:05 Numichi

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jun 15 '24 02:06 github-actions[bot]

I used this package:

npm install socket.io-client official package and simple to use

Saqib92 avatar Jun 15 '24 15:06 Saqib92