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

Fixed missing spread operator #131

Closed Maan511 closed 6 years ago

Maan511 commented 6 years ago

Due to the missing spread operator the params passed to delete was effectively ignored.

Also, is there any particular reason for params not being typed as IParamsResource in the following?

https://github.com/reyesoft/ngx-jsonapi/blob/714cda61a36f56fbad60ed8859f5cfaf9cd451b7/src/service.ts#L166