view src/app/playback-control/playback-control.component.ts @ 27:a50f0b7a3da3

Vertically align the larger play button in the center
author Lucas Thompson <dev@lucas.im>
date Tue, 29 Nov 2016 11:02:44 +0000
parents d9c0a1ca005c
children 6fb6c04878ec
line wrap: on
line source
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-playback-control',
  templateUrl: './playback-control.component.html',
  styleUrls: ['./playback-control.component.css']
})
export class PlaybackControlComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}