Files
alfresco-ng2-components/ng2-components/ng2-alfresco-core/src/components/toolbar/toolbar.component.html
Denys Vuika 4c7baca95c [ADF-993] toolbar improvements (#2090)
* toolbar improvements

- simple "title" property to render toolbar title
- advanced "adf-toolbar-title" element for compound toolbars

* move to SASS and improve styling

* fix divider color
2017-08-01 11:25:32 +01:00

7 lines
219 B
HTML

<md-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>
</md-toolbar>