12 lines
326 B
HTML
12 lines
326 B
HTML
<div *ngIf="songs$ | async as songs" class="view">
|
|
<!-- <swiper>-->
|
|
<!-- <div *ngFor="let song of songs" class="song">-->
|
|
<!-- <app-song-text-->
|
|
<!-- [showSwitch]="false"-->
|
|
<!-- [text]="song"-->
|
|
<!-- chordMode="hide"-->
|
|
<!-- ></app-song-text>-->
|
|
<!-- </div>-->
|
|
<!-- </swiper>-->
|
|
</div>
|