activated typescript strict mode
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div *ngIf="iSong">
|
||||
<div *ngIf="iSong && showSong && show">
|
||||
<div *ngIf="show.published" class="title published">{{ iSong.title }}</div>
|
||||
|
||||
<div *ngIf="!show.published" class="song">
|
||||
|
||||
Reference in New Issue
Block a user