Esempio n. 1
0
 startSong() {
   this.store.dispatch(
     songPlayer.actions.play()
   )
   this.songTimer.start()
 }
Esempio n. 2
0
 start() {
   this.timer.start()
 }