fuse-angular/src/@fuse/components/fullscreen/fullscreen.component.html

8 lines
199 B
HTML

<!-- Button -->
<button
mat-icon-button
[matTooltip]="'Toggle Fullscreen'"
(click)="toggleFullscreen()">
<mat-icon [svgIcon]="'heroicons_outline:arrows-expand'"></mat-icon>
</button>