Robin De Schepper
Robin De Schepper
Ok, so then `.of("namespace")` should just be done on the client-side by creating a socket that connects to `baseUrl + '/namespace'` if I understand correctly?
Follow the link in your error: https://angular.io/guide/build#configuring-commonjs-dependencies And execute the steps there. I don't think there's anything we can do since we're a wrapper around that dependency.
Could you report your error please?
@geo242 There was a proposal in https://github.com/rodgc/ngx-socket-io/pull/111, if you can reimplement that without the whitespace issue it can be merged. There are some PR's adding extra typing information, like [this](https://github.com/rodgc/ngx-socket-io/pull/115/files),...
thanks!
I guess by listening to it on the other side of the socket or checking the network traffic using a sniffer or browser dev tools.
Could you detail what needs to be done to fix this, or submit a PR?
Could you give some more information? I suppose this is to asynchronously retrieve things? Or is it for dependency injection into the factory arguments? Or both? :) If it's for...
@quentin-ol Any news on this? There's 25 vulnerabilities. Is this project still maintained?
Is there already an obvious way to do it? Currently I'm trying to use the unit name to get the corresponding pint unit but they're not a one on one...