mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
7 lines
221 B
HTML
7 lines
221 B
HTML
<mat-toolbar [color]="color">
|
|
<span *ngIf="title">{{ title }}</span>
|
|
<ng-content select="adf-toolbar-title"></ng-content>
|
|
<span class="adf-toolbar--spacer"></span>
|
|
<ng-content></ng-content>
|
|
</mat-toolbar>
|