reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

BUGFIX: resolve nested relationships and allow sending them back to the server #203

Closed paxuclus closed 4 years ago

paxuclus commented 5 years ago

This patch allows nested relationships to be resolved correctly.

Additionally, relationships will now be included when saving resources.

pablorsk commented 5 years ago

Your PR is very cool, but you touch a lot of files. Is very complicated debug it. :thinking:

I will to give it a try next week. Also we are working on v2.1.0....

paxuclus commented 4 years ago

Hey @pablorsk,

any updates on this?

pablorsk commented 4 years ago

Your PR are merged on v2.0 branch. But your changes never will never reach version 2.1. I will try to apply your tests, they looks cool.