init commit

This commit is contained in:
Gary Wang
2020-07-10 18:32:33 +08:00
commit 23f14a1e09
43 changed files with 14618 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<mat-nav-list>
<a *ngFor="let playlist of playlists" mat-list-item href="#">{{ playlist }}</a>
</mat-nav-list>