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

Using `HttpClientTestingModule` for easier testing with HttpTestingController Haven't really read through your code and follow the styling conventions, open to feedback

This means we can drop the dependency on Faker. (Faker is responsible for about half of our vendors.js bundle, and absolutely unnecessary for production use)

Is it possible to add the ability to set a custom UrlParamsBuilder ? I need to form the parameter string differently, in particular remotefilter. I can do merge request...

### Angular Version: 8.1.3 ### ngx-jsonapi Version: 2.1.15 ### npm Version: 6.14.6 ### Typescript Version: 3.4.5 ### OS: Windows 10 ## Given: `foo` is the only possible relationship (One related)...

# Issue I've disabled caching: ``` NgxJsonapiModule.forRoot({ url: '/api/', cache_prerequests: false, cachestore_support: false }) ``` When I make a query like so: ``` service.all(paramsCollection); ``` The `Service.getAllFromServer` handles the response...

- When I'm POSTing a new instance, the service I'm consuming checks if an ID is provided with the request. - If not it will generate an ID. If however...

bug

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...

After the last version update (`2.1.14`), I'm receiving an error about `faker`. **Here is the exception:** ```shell ERROR in /node_modules/ngx-jsonapi/ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.js Module not found: Error: Can't resolve 'faker' in '/node_modules/ngx-jsonapi/ngx-jsonapi/@ngx-jsonapi' ```...