Closed Maan511 closed 6 years ago
Due to the missing spread operator the params passed to delete was effectively ignored.
params
Also, is there any particular reason for params not being typed as IParamsResource in the following?
IParamsResource
https://github.com/reyesoft/ngx-jsonapi/blob/714cda61a36f56fbad60ed8859f5cfaf9cd451b7/src/service.ts#L166
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 asIParamsResource
in the following?https://github.com/reyesoft/ngx-jsonapi/blob/714cda61a36f56fbad60ed8859f5cfaf9cd451b7/src/service.ts#L166