mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3614] Add a way to not show info drawer header (#5848)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user