mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
6 lines
213 B
HTML
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>
|