ngx-jsonapi icon indicating copy to clipboard operation
ngx-jsonapi copied to clipboard

Null check in `service.ts` does not work

Open bohoffi opened this issue 5 years ago • 0 comments

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.

bohoffi avatar Feb 05 '20 15:02 bohoffi