Appearance and orientation
joined is one segmented control sharing borders; separated is discrete buttons with a gap. Either works vertically.
joined
separated
vertical
<gog-button-toggle-group appearance="joined" [options]="views" [(value)]="view" />
<gog-button-toggle-group appearance="separated" [options]="views" [(value)]="view" />
<!-- Vertical works with either appearance. -->
<gog-button-toggle-group orientation="vertical" [options]="views" [(value)]="view" />