ngx-socket-io
ngx-socket-io copied to clipboard
Error: getInternalNameOfClass() called on a non-ES5
I got this error on ng build --prod with angular v9.1.11

Big error message so maybe I missed it (post it as text please), but how does this relate to this package? It's also possible that for Angular 9 you'll require a lower ngx-socket-io package
Hey @alexisperezglez,
For what it's worth, the error originates from the following code within Angular's compiler CLI: https://github.com/angular/angular/blob/9.0.x/packages/compiler-cli/ngcc/src/host/esm5_host.ts#L85. You may get some additional insight by poking around there.
You may also want to share:
- Your package JSON file (or at least the version of
ngx-socket-iothat you're using). - A code snippet that illustrates how you're importing and configuring the
SocketIoModule. - Any notes on whether you're encountering this during local development or only when you're building the application bundles?