marckassay / AIT

An Ionic 4 application to target Android mobile devices
GNU General Public License v3.0
8 stars 3 forks source link

Create a module for RxJS sequences #2

Closed marckassay closed 6 years ago

marckassay commented 7 years ago

Have this module be able to create countdown timer, interval timer and stopwatch sequences. Any of these sequences can be joined together.

Interval timer sequence is composite; contains alternating countdown timers. Stopwatch sequence would need to observe user event (lap or stop) if there are any sequences after it.