core/split-view/split-view-header-actions.component.ts
| host | { |
| selector | c8y-sv-header-actions |
| standalone | true |
| imports | |
| templateUrl | ./split-view-header-actions.component.html |
<div
[ngClass]="{ 'd-flex a-i-center fit-w': !showTitle, 'm-l-auto': showTitle }"
data-cy="c8y-sv-header-actions"
>
<ng-content></ng-content>
</div>