ngx-socket-io
ngx-socket-io copied to clipboard
Socket.IO module for Angular
Hi, first of all: thank you for this great tool! Is there a reason for not using an major version release, when removing support for older angular versions (braking changes)?...
ERROR in Error during template compile of 'AppModule' Function calls are not supported in decorators but 'SocketIoModule' was called. Unexpected value 'undefined' imported by the module 'AppModule in .../src/app/app.module.ts' Error...
how to use in angular 17 standalone components as there is no `NgModule` to import `SocketIoModule.forRoot(config),`
My project uses Angular 17, but my Socket.IO server is on version 4.5.2. Which version of ngx-socket-io should I install? --- Another question: What is the difference between using ngx-socket-io...
I have ran this command : `npm i [email protected]` to install it in `[email protected]` but getting thsi error 
``` [vite]: Internal server error: Page / did not render in 30 seconds ``` The error occurs when I try to inject `Socket`.
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `cookie` from 0.4.2 to 0.7.2 Release notes Sourced from cookie's releases. v0.7.2 Fixed...
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
When developing standalone applications the AppModule for the import described in the docs is missing. Added an explanation of how this can be done within the ApplicationConfig of the default...