update tslint -> eslint
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<div *ngIf="songs$|async as songs" class="view">
|
||||
<div *ngIf="songs$ | async as songs" class="view">
|
||||
<swiper>
|
||||
<div *ngFor="let song of songs" class="song">
|
||||
<app-song-text [showSwitch]="false" [text]="song|async"
|
||||
chordMode="hide"></app-song-text>
|
||||
<app-song-text
|
||||
[showSwitch]="false"
|
||||
[text]="song | async"
|
||||
chordMode="hide"
|
||||
></app-song-text>
|
||||
</div>
|
||||
</swiper>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user