Hi,
I was able to resolve the issue, but not sure if this is the best solution but works so far. I added the following in the tsconfig.app.json under ComplierOption
“paths”: { “@angular/*”: [ “./node_modules/@angular/*” ] },
now my current issue is resizing the knob to fit within a certain component, but seems like circle taking 360 degree all around, how can I control the upper portion of the knob of <jqxKnob>`