mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
6
lib/core/toolbar/toolbar.component.html
Normal file
6
lib/core/toolbar/toolbar.component.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user