angular2-odata
angular2-odata copied to clipboard
There is an issue in building url
in buildResourceURL() method you append +'/' at the end of type name. Please see the specs for odata URL http://www.odata.org/documentation/odata-version-2-0/uri-conventions/ it might depend on what you are doing sometimes could be needed but for most cases it is not needed. this is an example: http://services.odata.org/Northwind/Northwind.svc/Customers?$filter=substringof('Alfreds', CompanyName) eq true Please fix it. Otherwise great lib for odata basic use.
Solved in https://www.npmjs.com/package/angular-odata-es5