diegomvh / angular-odata

Client side OData typescript library for Angular
https://www.npmjs.com/package/angular-odata
MIT License
50 stars 14 forks source link

Update get entity by key to support GUID #4

Closed kevindstanley1988 closed 4 years ago

kevindstanley1988 commented 4 years ago

Related to https://github.com/diegomvh/angular-odata/issues/3 fixes Guids when using fetchOne with keys that are GUID's

This does not address the filter for Guid types.