angular2-actioncable icon indicating copy to clipboard operation
angular2-actioncable copied to clipboard

Integrate ActionCable with Angular2+

Results 5 angular2-actioncable issues
Sort by recently updated
recently updated
newest added

HI, I have a subscription to get informed, when a channel subscription was disconnected. The subscription is really importend, so I want to reconnect. But I cam't find a way,...

In angular2-actioncable 6.0.2 and rxjs 6.3.3: Piping the connected() Observable through other operators seems to break. Here's my app.component.ts: ``` import { Component, OnInit, OnDestroy } from '@angular/core'; import {...

Hey there peepz! We've developed a library that has angular2-actioncable as peerDependency. This library is imported by an application. Both library and application were updated to Angular 10. Although we...

Hello, I have a channel instanced in my angular app but i want to perform with action 'pull_items' in a ruby api with some data, but doesn't happend properly? or...

Hi, Cable's constructor already permits params to be a Function, but this function must be synchronous. It would really help if params could return a Promise. Thanks in advance