alfresco-ng2-components/lib/core/toolbar/toolbar.component.html
2021-01-04 11:23:27 +00:00

6 lines
213 B
HTML

<mat-toolbar [color]="color">
<span class="adf-toolbar-title" *ngIf="title">{{ title | translate }}</span>
<ng-content select="adf-toolbar-title"></ng-content>
<ng-content></ng-content>
</mat-toolbar>