20 lines
524 B
HTML
20 lines
524 B
HTML
<h3>Important information</h3>
|
|
<div class="grid grid-pad">
|
|
<div class="module hero">
|
|
<h4>{{totalTimeSt}}</h4>
|
|
</div>
|
|
</div>
|
|
<div class="grid grid-pad">
|
|
<div class="module hero">
|
|
<h4>{{totalSizeSt}}</h4>
|
|
</div>
|
|
</div>
|
|
<div class="grid grid-pad">
|
|
<div class="module hero">
|
|
<h4>{{trackCountSong}} chansons, {{trackCountArtist}} artistes, {{trackCountAlbum}} albums</h4>
|
|
</div>
|
|
</div>
|
|
|
|
<div *ngFor="let e of mostPlayedSongs">
|
|
<h4>{{e['Play Count']}}: {{e.Name}} - {{e.Artist}} - {{e.Album}}</h4>
|
|
</div> |