angular-actioncable / angular-actioncable

Seamless ActionCable integration.
MIT License
35 stars 14 forks source link

Add compatibility for Angular 2+ #46

Open b264 opened 8 years ago

b264 commented 8 years ago

Refactor to support both

ebosantos commented 7 years ago

@b264 How's this development status?

b264 commented 7 years ago

@ebosantos I'm definitely willing to merge PRs but none of my Angular2+ projects use ActionCable yet.

ebosantos commented 7 years ago

Here's a candidate and a contributor as well.

b264 commented 7 years ago

It'd be fantastic if you want to attempt this. I think migrating it to pure angular-less Javascript (singleton classes) is the first step. Unless you want to try to tackle TypeScript but not all Angular 2+ apps have to use TS. And of course this probably needs a new major version

ebosantos commented 7 years ago

Perfect. What I didn't get is: Is this new code in a new repo or I'd get @latest version from this one? Tks

b264 commented 7 years ago

I'd use this one

b264 commented 7 years ago

We can probably leave the 1.x version of it supporting the 1.x versions of angular