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

.builded property is not updating when collection is empty #134

Closed maxi7587 closed 5 years ago

maxi7587 commented 6 years ago

When the requested collection is empty, builded property remains false, instead of updating to true. Is it OK?

pablorsk commented 5 years ago

Yeap, if data is setted and data=[], builded=true

maxi7587 commented 5 years ago

We can close this issue, since it was solved in #141