12 lines
257 B
HTML
12 lines
257 B
HTML
<div class="title-bar">
|
|
<ucap-title-bar
|
|
[platform]="platform"
|
|
[windowState]="windowState"
|
|
(closed)="onClosed()"
|
|
(maximized)="onMaximized($event)"
|
|
(minimized)="onMinimized()"
|
|
>
|
|
<ng-content></ng-content>
|
|
</ucap-title-bar>
|
|
</div>
|