You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly the changelog and decorators/autoregister.js both state since version 3.0.0, but it's already out of 2.1.15.
I'm getting this kind of error:
The relationship relation_alias? (type event) cant be generated because service for this type has not been injected. 2 ngx-jsonapi.js:886
ERROR TypeError: "resource.toObject is not a function"
toResourceElements ngx-jsonapi.js:1635
collectionResourcesToElements ngx-jsonapi.js:1620
collectionResourcesToElements ngx-jsonapi.js:1617
saveCollection ngx-jsonapi.js:1579
getAllFromServer ngx-jsonapi.js:3013
Interestingly the changelog and decorators/autoregister.js both state since version 3.0.0, but it's already out of 2.1.15.
I'm getting this kind of error:
The relationship relation_alias? (type event) cant be generated because service for this type has not been injected. 2 ngx-jsonapi.js:886
ERROR TypeError: "resource.toObject is not a function"
toResourceElements ngx-jsonapi.js:1635
collectionResourcesToElements ngx-jsonapi.js:1620
collectionResourcesToElements ngx-jsonapi.js:1617
saveCollection ngx-jsonapi.js:1579
getAllFromServer ngx-jsonapi.js:3013
So this error for me was actually caused by the client and server having a different meaning about pluralization of type names. I had the option of changing it server-side to the plural (events) and it works now.
I am trying to install this in a new Angular 9 app, following the instructions in the README, but I see that
@Autoregister()
has been deprecated.What is the new way to register Services?
The text was updated successfully, but these errors were encountered: