|
@@ -22,11 +22,18 @@ |
|
|
{{ class.classLevel }} |
|
|
{{ class.classLevel }} |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<span *ngIf="class.classUrl"> |
|
|
|
|
|
|
|
|
<span *ngIf="class.classUrl && demoType === 'Student'"> |
|
|
<button class="view-button" |
|
|
<button class="view-button" |
|
|
[routerLink]="[class.classUrl, class.classId]"> |
|
|
[routerLink]="[class.classUrl, class.classId]"> |
|
|
Watch |
|
|
Watch |
|
|
</button> |
|
|
</button> |
|
|
</span> |
|
|
</span> |
|
|
|
|
|
|
|
|
|
|
|
<span *ngIf="class.isLive && demoType === 'Teacher'"> |
|
|
|
|
|
<button class="view-button" |
|
|
|
|
|
[routerLink]="['/tabs/home']"> |
|
|
|
|
|
Go Live |
|
|
|
|
|
</button> |
|
|
|
|
|
</span> |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |