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

Issue with ngx-socket-io and Angular 14

Open etavenerInmarsat opened this issue 2 years ago • 0 comments

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.

etavenerInmarsat avatar Feb 20 '23 14:02 etavenerInmarsat