Files
syncthing/src/app/status-toggle/status-toggle.component.html
T
2020-03-11 21:24:02 -04:00

4 lines
313 B
HTML

<mat-button-toggle-group name="fontStyle" aria-label="Font Style" value="folders">
<mat-button-toggle value="folders" (click)="onSelect(status.Folders)">Folders</mat-button-toggle>
<mat-button-toggle value="devices" (click)="onSelect(status.Devices)">Devices</mat-button-toggle>
</mat-button-toggle-group>