angular-laravel-echo icon indicating copy to clipboard operation
angular-laravel-echo copied to clipboard

A Angular service for working with laravel-echo

Results 9 angular-laravel-echo issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/14915249/215727489-4906f77c-473c-4ccb-a626-9b9dd55568c7.png) In my application, I don't use `HTTP_INTERCEPTORS`. I can't share the source code because the application is confidential.

I'm using the "ngx-laravel-echo": "^1.0.26". After times testing, the working compatible socket.io-client is **2.3.1** If you run into an error like `INTERCEPTORS`, or `io is not a function` , that...

Hey, it seems this package is using a very old version of pusher-js. This leads to dependency errors in my application. Will there be an update soon?

How to implement multiple "socket.io" connections? ``` NgxLaravelEchoModule.forRoot(echoConfig1) // code line 1 NgxLaravelEchoModule.forRoot(echoConfig2) // code line 2 ``` The final effect is "code line 2"

ERROR in node_modules/angular-laravel-echo/src/services/lib.service.d.ts:24:14 - error TS2702: 'Echo' only refers to a type, but is being used as a namespace here. 24 options: Echo.Config; ~~~~ node_modules/angular-laravel-echo/src/services/lib.service.d.ts:30:14 - error TS2702: 'Echo' only...

node:v11.10.0 typescript: ![image](https://user-images.githubusercontent.com/2715388/53243291-59e1f480-36e2-11e9-8991-5eb98bbcce3c.png) ![image](https://user-images.githubusercontent.com/2715388/53243309-65352000-36e2-11e9-9151-568cbfebb96a.png)

help wanted

https://i.imgur.com/9pQ1K7p.png

Hello, Trying to set this up, we get an error "Channel 'test-channel' does not exist" When trying to listen. ``` this.echoService.listen('test-channel', 'test-event').subscribe( data => console.log(data) ); ``` Any ideas what's...

question

![image](https://user-images.githubusercontent.com/2715388/50650246-de55a800-0fba-11e9-84ea-e8a0f4d381be.png) ![image](https://user-images.githubusercontent.com/2715388/50650277-f9281c80-0fba-11e9-98c8-ba4bab70495a.png) Same lilke I Never receive Data from server.