Mercurial > hg > ugly-duckling
view src/app/playback-control/playback-control.component.html @ 313:a37fe99e1d9d
Add unit to highlight layer
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 12 May 2017 15:07:50 +0100 |
parents | 53ea6406d601 |
children | cc8a1e08dd2d |
line wrap: on
line source
<button md-icon-button (click)="emitPlayPause()"> <md-icon> <ng-template [ngIf]="isPlaying()">pause</ng-template> <ng-template [ngIf]="!isPlaying()">play_arrow</ng-template> </md-icon> </button>