Angular Countdown LocalStorage Timer

Countdown and place all the information in localstoage. when the timer reach 0 - the last updated time will be saved.

For debugging purposes I recommend FireStorage Plus! and view the console logs

Define our timer

LocalStorage Timer ID/Name
Start from
Interval
Reload existing timer with same ID above ?
Create new timer based on paraemetrs above ?
Remove this timer ?
Update the counter with 120 seconds
Is the time passed ? {{ timeInfo.passed }}
Timer Actions

Timer "live" information

What's the current counter value ? {{ TimerRunning.counter || properties.counter }}
Last updated {{ TimerRunning.last_updated | date : "yyyy-MM-dd HH:mm:ss Z" }}