ngx-jsonapi
ngx-jsonapi copied to clipboard
JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
[v3.0.0] Examples show JsonRipper and StoreService imports but they are not in the public_api file
Hi, Congratulations for this lib, it seems quite interesting and powerful. I'm trying to use it and it works. I would like to test the cache capabilities and when I...
After reviewing some of the older issues, I've tried adding this code to my root node ``` NgxJsonapiModule.forRoot({ url: environment.api + '/v2/', cache_prerequests: false, cachestore_support: false }), ``` The problem...
We're hit with the following issue occurring in private mode firefox: ``` ERROR Error: "Uncaught (in promise): InvalidStateError: A mutation operation was attempted on a database that did not allow...
### Version: 2.2.1 ### Issue: For example giving the following service call: ``` Service.all({ remotefilter: { field: "foo&bar" } }) ``` The serialized URL will be: ``` ...?filter[field]=foo&bar ``` which...
Open the page: http://ngx-jsonapi.reyesoft.com/#/authors in Firefox, open the Developer Tool, refresh the page. Expected Result: a working "ngx-jsonapi example" is available on the page. The page displays a list of...
According to the specification the server is allowed to send no data but when I try to save a resource with an id which results in a patch request the...
Wow! This project is amazing! I have to use Svelte 3 for the next project, do you think I can integrate this into Svelte without Angular? What do you think...
Based on https://medium.com/angular-in-depth/improve-spa-performance-by-splitting-your-angular-libraries-in-multiple-chunks-8c68103692d0 