jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Angular Semi Knob not working Angular Semi Knob not working #121057

    alnajar85
    Participant

    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>`

    in reply to: Angular Semi Knob not working Angular Semi Knob not working #121043

    alnajar85
    Participant

    Hi Yavor,
    following up with the link above if you were able to review the code and weather its possible to implement the knob component and call it from outside the root app?

    greatly appreciated

    in reply to: Angular Semi Knob not working Angular Semi Knob not working #121040

    alnajar85
    Participant

    Hi Yavor,
    thanks for your response, I added the zip package to repo below
    https://github.com/salnajar1/dashboard1.git

    the knob is added in the component as follow
    src\modules\charts\components\charts-bar

    Thanks

    in reply to: Angular Semi Knob not working Angular Semi Knob not working #121034

    alnajar85
    Participant

    Hi Yavor,
    what would be best way to share the code? I won’t be able to create the problem on stackblits because my application is based of multiple components and services architecture. I can share a zip file of the application if that ok?
    the knob will be displayed on a separate component which of child of the app.module. I tried creating the semi knob on new application following the demo and work on its own but not able to create it in large application.
    please advice best practice to use the library on complex application.

Viewing 4 posts - 1 through 4 (of 4 total)