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