jakubrohleder / angular-jsonapi

Simple and lightweight, yet powerful ORM for your frontend that seamlessly integrates with your JsonAPI server.
http://jakubrohleder.github.io/angular-jsonapi/
GNU General Public License v3.0
94 stars 34 forks source link

We migrated from angular-jsonapi to ts-angular-jsonapi #49

Open pablorsk opened 8 years ago

pablorsk commented 8 years ago

We are very grateful with @jakubrohleder, we use this library for 6 months. But, today, it's time to move on. Like you know, angular-jsonapi is the best on the angular-ecosystem but the absence of activity here (pull requests, unsolved problems #45 and abandoned roadmap, for example) we decided to create our own library:

:sparkles: ts-angular-jsonapi :sparkles:

ts-angular-api is not a better or worst library, it's just an another focus of this problem: get jsondata from a a server.

We decided, for example, for typescript (best choose on angular2), and improve for especific problem on our project.

If you prefer this approach, you are welcome.