ngrx-query icon indicating copy to clipboard operation
ngrx-query copied to clipboard

ngrx-query is a library for querying and managing network state in Angular (2+) applications that use ngrx

Results 3 ngrx-query issues
Sort by recently updated
recently updated
newest added

Currently the supported methods for HttpOptions are: `'DELETE' | 'GET' | 'HEAD' | 'POST' | 'PUT'`, however `PATCH` and `OPTIONS` are also a [valid methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) and it would be nice...

I've begun integrating this into our project as it looks like a promising way to cut down repetition for requests (of which there are a considerable amount). One small thing...