init commit
This commit is contained in:
3
src/app/foldernav/foldernav.component.html
Normal file
3
src/app/foldernav/foldernav.component.html
Normal file
@ -0,0 +1,3 @@
|
||||
<mat-nav-list>
|
||||
<a *ngFor="let playlist of playlists" mat-list-item href="#">{{ playlist }}</a>
|
||||
</mat-nav-list>
|
Reference in New Issue
Block a user