jcassee / angular-hypermedia

Hypermedia REST API client for AngularJS applications
MIT License
38 stars 5 forks source link

angular2? #27

Open kookster opened 8 years ago

kookster commented 8 years ago

We also have HAL APIs, and use angular, but we're upgrading now to Angular2. Have you thought about, or done any work in that direction yet?

jcassee commented 8 years ago

Hi Andrew, I agree that angular-hypermedia should support Angular 2. However, I have not yet looked at it. Is this something you would consider working (together) on?

ravindranathakila commented 7 years ago

Any updates on Angular 2? Are you still looking for help?

jcassee commented 7 years ago

I finally have a project that requires an Angular 2 hypermedia client. I think I am going to create a new project, though, as supporting Angular 1 and 2 at the same time looks difficult. @ravindranathakila have you looked into what would be needed?

ravindranathakila commented 7 years ago

Sorry, I haven't. Exploring further, I was wondering if they really need to be coupled at all. I discovered Traversion which is gathering momentum. What are your thoughts?

https://github.com/basti1302/traverson/blob/master/readme.markdown

jcassee commented 7 years ago

I read up on Traversion before I started this project. Some features of this projects (i.e. why I did not just use Traversion):

On the other hand, Traversion is much more widely used, so if it suits your needs, great!

ravindranathakila commented 7 years ago

I haven't decided yet :)

You make some very good points!!