Hi,
I try to use the jqxSplitLayoutModule. I create a new project ng new myproject –no-strict and added jqwidgets using ng add jqwidgets-ng.
I played with the Grid and the BarGauge and everything is fine.
After I add the module “jqxSplitLayoutModule” in src\app\app.module.ts, the developer tools show the error below and I see an empty browser.
Any tips, hints, solutions?
Best wishes
Jürgen
jqxsplitlayout.js:8 Uncaught ReferenceError: b is not defined
at _wrapNativeSuper (jqxsplitlayout.js:8:1928)
at 608 (jqxsplitlayout.js:8:6258)
at __webpack_require__ (bootstrap:19:1)
at 757 (jqwidgets-ng-jqxpanel.mjs:262:1)
at __webpack_require__ (bootstrap:19:1)
at 6747 (app.component.html:1:32)
at __webpack_require__ (bootstrap:19:1)
at 4431 (environment.ts:16:71)
at __webpack_require__ (bootstrap:19:1)
at __webpack_exec__ (main.ts:12:37)