pcm-angular/src/app/foldernav/foldernav.component.html

3 lines
112 B
HTML
Raw Normal View History

2020-07-10 18:32:33 +08:00
<mat-nav-list>
<a *ngFor="let playlist of playlists" mat-list-item href="#">{{ playlist }}</a>
</mat-nav-list>