mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-15 12:55:14 +00:00
8 lines
199 B
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>
|