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:
@@ -17,6 +17,7 @@
|
||||
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { MaterialModule } from '../material.module';
|
||||
|
||||
import { ToolbarDividerComponent } from './toolbar-divider.component';
|
||||
@@ -26,7 +27,8 @@ import { ToolbarComponent } from './toolbar.component';
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
MaterialModule
|
||||
MaterialModule,
|
||||
TranslateModule
|
||||
],
|
||||
declarations: [
|
||||
ToolbarComponent,
|
||||
|
Reference in New Issue
Block a user