UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

12 lines (10 loc) 414 B
<jqxKnob #myKnob (onChange)="myKnobOnChange($event)" [width]="400" [height]="400" [value]="30" [min]="0" [max]="100" [rotation]="'clockwise'" [style]="{ fill: '#fff' }" [progressBar]="progressBar" [pointer]="pointer" [dial]="dial" [startAngle]="270" [endAngle]="630"> </jqxKnob> <jqxInput [theme]="'material'" #myInput (onChange)="myInputOnChange()" [width]="100" [value]="30"> </jqxInput>