onHandleEvent($event){
$event.left shows the same 30s and not showing the updated one.
}
Expected behavior
$event.left should change
Environment
Angular version: 9
ngx-countdown version: 8.0.3
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] IE version XX
Others:
Bug Report or Feature Request (mark with an
x
)Current behavior
<countdown #cd1 config = {leftTime: 30} (event)="onHandleEvent($event) />
onHandleEvent($event){ $event.left shows the same 30s and not showing the updated one. }
Expected behavior
$event.left should change
Environment