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

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀

Results 62 ngx-jsonapi issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

**Context:** `Cachememory.removeResource` is executed whenever a resource gets deleted. This method aims to remove the deleted resource from the collections persisted in service cache. **Bug:** Resources that aren't directly related...

This fixes #262 for branch v2.3, because it is the one I am using, and I am reusing the test case code of the OP.

Let's have an `Author` entity which has one-to-many relationship with `Book` entity. Let's have `Author1` with `Book1` and `Book2`, and `Author2`. ``` let authors = await authorsService.all({ include: ['books'] }).toPromise();...

Hi, Sometimes when I'm trying to use server pagination, it appears that `meta.page` object if undefined. ``` this.request = this.usersService.all({ page: { number: pageIndex, size: pageSize }, remotefilter: filter, sort:...

When I use a Service to get a Resource and use `include` to also fetch data for relationships, I need to construct the Service for the included Resource(s) for it...

How to fetch relationships? JSON API spec: https://jsonapi.org/format/#fetching-relationships `GET /articles/1/relationships/comments HTTP/1.1`

The cache does not work with `fields` property example: ``` page: { number: page, }, fields: { resource1: [ ...fields... ], resource2: [ ...fields... ] }, include: ['relaton1', 'relation2'], remotefilter:...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies