Hi guys first of all your widgets are really helpful and really great!
I have just started to create a grid sample, actually i copy/paste the example but i get this error :
Module build failed: Error: /Users/Frizou/Desktop/Angular2-BGFI/src/app/grid/grid.component.ts (33,22): Property ‘jqx’ does not exist on type ‘JQueryStatic’.)
at _checkDiagnostics (/Users/Frizou/Desktop/Angular2-BGFI/node_modules/@ngtools/webpack/src/loader.js:116:15)
at /Users/Frizou/Desktop/Angular2-BGFI/node_modules/@ngtools/webpack/src/loader.js:141:17
@ ./src/app/app.module.ts 21:0-54
@ ./src/main.ts
@ multi main
I have imported jquery before importing angular_jqxgrid so i don’t know why this error occurs,
Best regards