mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add support for toolbar title i18n (#6200)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<mat-toolbar [color]="color">
|
||||
<span *ngIf="title">{{ title }}</span>
|
||||
<span *ngIf="title">{{ title | translate }}</span>
|
||||
<ng-content select="adf-toolbar-title"></ng-content>
|
||||
<ng-content></ng-content>
|
||||
</mat-toolbar>
|
||||
|
Reference in New Issue
Block a user