ngx-jsonapi
ngx-jsonapi copied to clipboard
Null check in `service.ts` does not work
The implemented null check at https://github.com/reyesoft/ngx-jsonapi/blob/v2.1/src/service.ts#L35 does not work because Core.me is undefined instead of null when JsonapiCore wasn't injected before.
That's why the implemented error will never be thrown.