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: Set type of resource in service.createResource #204

Closed paxuclus closed 5 years ago

paxuclus commented 5 years ago

When creating a resource using new service.resource(), the resource will be missing it's type.

When using service.new(), the type is set correctly.

pablorsk commented 5 years ago

WOOOOU! great job!