directives are changed
This commit is contained in:
parent
b4503d7309
commit
b22eb5c747
|
@ -3,13 +3,14 @@
|
|||
<div class="app-layout-native-title-bar-spacer"></div>
|
||||
<div class="app-layout-native-title-bar-actions">
|
||||
<button
|
||||
mat-button
|
||||
mat-icon-button
|
||||
class="button app-layout-native-title-bar-minimize"
|
||||
(click)="onClickMinimize()"
|
||||
>
|
||||
<mat-icon>minimize</mat-icon>
|
||||
</button>
|
||||
<button
|
||||
mat-icon-button
|
||||
class="button app-layout-native-title-bar-maximize"
|
||||
(click)="onClickMaxmize()"
|
||||
>
|
||||
|
@ -19,7 +20,7 @@
|
|||
</ng-container>
|
||||
</button>
|
||||
<button
|
||||
mat-button
|
||||
mat-icon-button
|
||||
class="button app-layout-native-title-bar-close"
|
||||
(click)="onClickClose()"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user