Пример #1
0
 startSong() {
   this.store.dispatch(
     songPlayer.actions.play()
   )
   this.songTimer.start()
 }
Пример #2
0
 start() {
   this.timer.start()
 }