pcm-angular/src/app/foldernav/foldernav.component.html
2020-07-10 18:32:33 +08:00

3 lines
112 B
HTML

<mat-nav-list>
<a *ngFor="let playlist of playlists" mat-list-item href="#">{{ playlist }}</a>
</mat-nav-list>