breeze.dataService.odata.js adapter fix example
Fixed in breeze-client version 1.6.1:
https://github.com/Breeze/breeze.js/commit/b218398db4647fcb08abd7ae2fc714d62fad66fe
The adapter is trying to use __extend function and failing, which is actually defined on core as extend function.
The error only appears in when using breeze.base.debug.js with separate adapters, not with breeze.debug.js.
breeze-client version: 1.6.0
- Download node packages by saving
package.jsonin Visual Studio - Compile
typescriptfiles by saving any of the files in Visual Studio - Run the application and compare the result from both pages
Originalpages uses the filenode_modulesfolder,Fixedpage uses the file fromapp/lib
1.0.0
- Initial version