[ACA-3614] Add a way to not show info drawer header (#5848)

This commit is contained in:
arditdomi
2020-07-09 10:51:16 +01:00
committed by GitHub
parent d7dc6d7230
commit 05a478e317
7 changed files with 70 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<div class="adf-info-drawer-layout-header">
<div *ngIf="showHeader" class="adf-info-drawer-layout-header">
<div class="adf-info-drawer-layout-header-title">
<ng-content select="[info-drawer-title]"></ng-content>
</div>
@@ -8,4 +8,4 @@
</div>
<div class="adf-info-drawer-layout-content">
<ng-content select="[info-drawer-content]"></ng-content>
</div>
</div>