Andrey Bykiev

Results 271 comments of Andrey Bykiev

@AlekseyMartynov, and what about AngularJS? Right now we're using a tweaked version of dx.aspnet.data.js where all ajax calls replaced with $http service...

@AlekseyMartynov, thx, but you should consider to implement universal mechanism to bypass this issue, it's really annoying to support our own custom implementation, because interceptors are really useful in Angular/AngularJS...

@AlekseyMartynov, no, we're not using `require/define`, exposing `ajax.inject` seems very promising :) Do I understand correctly, currently it is not supported yet?

@AlekseyMartynov, thx! Do you have any sample how to use it with AngularJS?

@AlekseyMartynov, do I understand you correctly, after injecting my logic into `DevExpress.utils.ajax` I can use it this way? ``` dataSource: DevExpress.data.AspNet.createStore({ key: "OrderID", loadUrl: "api/Orders", }), ``` If so, it's...

@AlekseyMartynov, this version is working fine :)

> @pwen090 > > Please check the sample app at https://github.com/DevExpress/DevExtreme.AspNet.Data.NgHttpClientSample. Hi @AlekseyMartynov , this sample seems to be working incorrectly, because xhr value passed to resolved promise is always...

> Is there any update on when there will just be built in support for Angular instead of having to do the ng-http-client-helper.ts style workarounds? +1 it will be cool...

@AlekseyMartynov, hello! It seems with the latest version of devextreme such adapter is not being called anymore (issue with injecting). Can you please check it?

Hi, is any estimates when it'll be fixed?