Hi,
I am using ejs-slider
<ejs-slider #slider1 id='slider1' [min]=0 [max]=2 [value]=(statusvalue) [step]=1 [tooltip]="tooltipData02" [ticks]="ticksData02"
(changed)="onChange($event)" (tooltipChange)='tooltipChangeHandler($event)'
(renderingTicks)='renderingTicksHandler($event)' [enableAnimation]='isAnimation' ></ejs-slider>
in this, I want to set the value to 0 for some condition, I am seeting its value parameter to 0 in ts, but the changes are not reflecting in this slider without page refresh, I tried with enable animation also but nothing is working! please can you help me out