mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* translate breadcrumb root in demo shell * optional "max items" feature and style fixes * should not be restricted by default * style updates * toolbar and breadcrumb layout fixes * breadcrumb demo and testing page * full toolbar scenario * fix translation issue with the dropdown and custom root * a11y fixes * fix issue with duplicate id, remove unused attribute
6 lines
175 B
HTML
6 lines
175 B
HTML
<mat-toolbar [color]="color">
|
|
<span *ngIf="title">{{ title }}</span>
|
|
<ng-content select="adf-toolbar-title"></ng-content>
|
|
<ng-content></ng-content>
|
|
</mat-toolbar>
|