mmschuler

Results 5 comments of mmschuler

here you go. laravel-echo.d.ts - serveral changes ``` import * as pusher from 'pusher-js'; import {Pusher} from 'pusher-js'; import * as io from 'socket.io-client'; export declare namespace Echo { export...

i tried to make a pull request.. here are the actual files: lib.service.ts ``` import {Inject, Injectable, InjectionToken, NgZone} from '@angular/core'; import {Observable, of, ReplaySubject, Subject, throwError} from 'rxjs'; import...

I have made a fork on npm @chancezeus @renatop7: https://www.npmjs.com/package/ngx-laravel-echo I will delete this fork until this issue get fixed here..

Me again ^^ I can share the source files too - if you want. I had to change a few things, because some import / export things get changed in...

Hi @sunith-kumar try to use this lib: https://www.npmjs.com/package/ngx-laravel-echo it's a fork from angular-laravel-echo which fixes the import errors. regards