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