ngx-socket-io
ngx-socket-io copied to clipboard
Issue with ngx-socket-io and Angular 14
I'm using angular 14.2.0 and installed [email protected] but I get an error when adding the SocketIoModule in my angular module.
The error is:
'SocketIoModule' does not appear to be an NgModule class.
This likely means that the library (ngx-socket-io) which declares SocketIoModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.