Files
wgenerator/src/app/modules/guest/guest.component.html
2022-02-13 22:16:50 +01:00

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>