Skip to content

Commit

Permalink
openvidu-testapp: add custom class to event panel contents
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Mar 18, 2024
1 parent 2a44f20 commit d81e116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h4>Enter active</h4>
[collapsedHeight]="'20px'" [expandedHeight]="'20px'" class="event-name">
{{event.eventName}}
</mat-expansion-panel-header>
<div class="event-content">{{event.eventContent}}</div>
<div class="event-content" [ngClass]="'event-' + event.eventName">{{event.eventContent}}</div>
</mat-expansion-panel>
</mat-accordion>
</div>
Expand Down

0 comments on commit d81e116

Please sign in to comment.