Naik

Results 7 comments of Naik

Hi all, i have the same issue with rxjs version 6.0.3 and Angular 6.1.8; any update ? Thanks

I fixed it installing rxjs compat: npm install rxjs-compat

any news about this ? thanks

i tried solution proposed by @TKul6, it works only for first level of tree ..the other nodes need one more click for loading, moreover adding the control on !!this._children requires...

Same here with angular v13

It works for me using : **client** Angular 15, "ngx-socket-io": "^4.4.0", with this config : `const config: SocketIoConfig = { url: 'ws://localhost:3004', options: { transports: ['websocket'] } }; ` **server**...