ghostfolio/apps/client/src/app/components/dialog-footer/dialog-footer.component.html

8 lines
150 B
HTML
Raw Normal View History

2021-04-13 21:53:58 +02:00
<button
*ngIf="deviceType === 'mobile'"
mat-button
(click)="onClickCloseButton()"
>
<ion-icon name="close" size="large"></ion-icon>
</button>