[DevExpress Support Team: CLONED FROM T598615: DataGrid - Server-side pagination in Angular]
Hi Artem,
I have tried to install the “devextreme-aspnet-data”
withnpm installdevextreme-aspnet-data into my angular-cli project
I’m using angular 5.2 with latest angular-cli 1.6.5 and jquery installed
When I try to ng serve my application with nodeJs the following error appeared
ERROR in node_modules/devextreme-aspnet-data/js/dx.aspnet.data.d.ts(18,54): error TS2304: Cannot find name 'JQueryAjaxSettings'.
https://github.com/DevExpress/DevExtreme.AspNet.Data/issues/168
I found this article about the error from AntonSermyazhko ( https://github.com/AntonSermyazhko )
and I have followed his instructions to add include section with "node_modules/@types/jquery”
in tsconfig.json but with no success.
"include": [``````"node_modules/@types/jquery"``````]
Could you please provide me more details how I can fix this?
Thanks.