[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 @@
<adf-info-drawer-layout>
<adf-info-drawer-layout [showHeader]="showHeader">
<div role="heading" aria-level="1" *ngIf="title" info-drawer-title>{{ title | translate }}</div>
<ng-content *ngIf="!title" info-drawer-title select="[info-drawer-title]"></ng-content>