We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service.ts
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.
Core.me
undefined
null
JsonapiCore
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The implemented null check at https://github.com/reyesoft/ngx-jsonapi/blob/v2.1/src/service.ts#L35 does not work because
Core.me
isundefined
instead ofnull
whenJsonapiCore
wasn't injected before.That's why the implemented error will never be thrown.
The text was updated successfully, but these errors were encountered: