Closed rohit-jagannath closed 3 years ago
Your link stackblitz.com/edit/ngx-countdown-setup-mfbxtp seems to be broken, can you fix this?
@cipchk The link is working fine for me. But this is all i had over there - <countdown [config]="{ leftTime: 10, format: 'dd:HH:mm:ss' }">
@rohit-jagannath Maybe duplcated of #49
I can confirm that this problem still exists. <countdown [config]="{ leftTime: 10, format: 'dd:HH:mm:ss' }"> stops at 01:00:00:00
About more than 24 hours demo via https://github.com/cipchk/ngx-countdown/blob/master/src/app/components/more-than-24-hours.component.ts
Bug Report or Feature Request (mark with an
x
)Current behavior
The data part in
<countdown [config]="{ leftTime: 10, format: 'dd:HH:mm:ss' }"></countdown>
is not getting reset to 00 after countdown timer stops.Currently it is being displayed as below: 01:00:00:00. This will give a wrong impression to end users. Stackblitz link: https://stackblitz.com/edit/ngx-countdown-setup-mfbxtp
Expected behavior
The timer should display like below after timer stops. 00:00:00:00.
Environment