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

Relationships builded property is not being updated #152

Closed maxi7587 closed 5 years ago

maxi7587 commented 5 years ago

Error: When requesting a resource with included relationships, this relationships are correctly builded, but the .builded property inside them remains false.

Expected: I expect the .builded property to be set to true when the relationship is complete

habatmu-birhanu commented 5 years ago

This

Error: When requesting a resource with included relationships, this relationships are correctly builded, but the .builded property inside them remains false.

Expected: I expect the .builded property to be set to true when the relationship is complete

I also got the same problem. It should be fixed.

maxi7587 commented 5 years ago

Solved in PR #154, will be merged soon.