Hi,
I get the error below while compiling when I try and use the DxDateBoxModule in my Angular 2 app. I noticed that your devextreme-angular causes the jquery types to be installed.
node_modules/@types/jquery/index.d.ts (41,46): ',' expected.
I added devextreme (17.1.5) and devextreme-angular (17.1.5) using npm and imported the module into the app.module.ts. As soon as I import the DxDateBoxModule the compile fails with many errors starting with the line mentioned above.
In an attempt to solve the problem I upgraded NodeJS, Angular, TypeScript and Gulp, but it had n affect.