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

Update collections after saving a new resource #143

Closed maxi7587 closed 5 years ago

maxi7587 commented 5 years ago

Issue: After saving a new resource and reuesting a collection, the new resource is not present. Expected: The new resource should be in the requested collection.

Possible fix: clear related type's cache after saving a resoure.

maxi7587 commented 5 years ago

Cannot do it because the library cant access all the stored collections at once