angular-odata-es5 icon indicating copy to clipboard operation
angular-odata-es5 copied to clipboard

OData Service for Angular.io (es5 version)

Results 30 angular-odata-es5 issues
Sort by recently updated
recently updated
newest added

Bumps [dot](https://github.com/olado/doT) from 1.1.2 to 1.1.3. Release notes Sourced from dot's releases. v1.1.3 Tests for doT.process Patch code injection via prototype pollution (#291) Commits d00300e 1.1.3 87ccef3 test: update travis...

dependencies

I can't update my project to angular 13 (and 14 after) because "angular-odata-es5" has an incompatible peer dependency to @angular/common, @angular/core and rxjs. Can you please fix that ? ```...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Is it possible to update to Angular 12?

feature

Bumps [karma](https://github.com/karma-runner/karma) from 2.0.5 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

In the merged PR _feat(CustomParams): Added support for custom query parameters #92_ from Mar 29, 2020, the custom query options were added to the HttpParams _after_ operations such as select,...

Hi, I had a question. I need to consume a service that uses OData, but for some reason they are expecting the query in the request body instead of the...

**Description** Currently, dates can only send as quoted string. That makes it complicated on the backend site, because this values must cleaned from quotes to use it as dates. **My...

In my application I am using this library to request some resources through odata endpoints. I configured the library by injecting my own config: ``` ts @Injectable() class ODataConfig extends...

Currently a successful patch only returns a success response. A method to provide the Http header options to return a full object would be very helpful in certain circumstances. (ie....