Mercurial > hg > ugly-duckling
view src/app/playback-control/playback-control.component.html @ 224:1c1cc4ec183c
Setup analysis-item to display determinate spinner if progress prop provided when declared.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 21 Apr 2017 12:55:24 +0100 |
parents | d5256e8309ab |
children | 53ea6406d601 |
line wrap: on
line source
<button md-icon-button (click)="emitPlayPause()"> <md-icon> <template [ngIf]="isPlaying()">pause</template> <template [ngIf]="!isPlaying()">play_arrow</template> </md-icon> </button>