Angular version : 8.0.0
jqwidgets-ng”: 8.0.0
When I use Angular Cli ‘npm start’ application works good.
When I use dist folder in SpringBoot Application. It gives below error.
Has anyone faced this strange error?
Uncaught TypeError: Cannot set property ‘originalVal’ of undefined
at jqxcore.js:15
at Object../node_modules/jqwidgets-scripts/jqwidgets/jqxcore.js (jqxcore.js:15)
at __webpack_require__ (bootstrap:78)
at Module../node_modules/jqwidgets-ng/fesm2015/jqwidgets-ng-jqxgrid.js (jqwidgets-ng-jqxgrid.js:1)
at __webpack_require__ (bootstrap:78)
at Module../src/app/shared/shared.module.ts (shared.component.ts:8)
I see everywhere using with angular-cli not the dist folder. Could anyone help on this.
Thanks,
Eswar.