OpenSlides/client/src/app/shared/components/projector-button/projector-button.component.html

4 lines
109 B
HTML
Raw Normal View History

<button type="button" mat-icon-button (click)="onClick($event)">
<mat-icon>videocam</mat-icon>
</button>