#9 added i18n demo (demo shell)

This commit is contained in:
Denys Vuika
2016-05-10 14:25:23 +01:00
parent c51e680f79
commit 7d3eec5776
3 changed files with 92 additions and 20 deletions

View File

@@ -23,6 +23,7 @@ import {
} from 'ng2-alfresco-documentlist/ng2-alfresco-documentlist';
import {MDL} from 'ng2-alfresco-core/material';
import {ALFRESCO_ULPOAD_COMPONENT} from 'ng2-alfresco-upload/ng2-alfresco-upload';
import {TranslatePipe} from 'ng2-translate/ng2-translate';
declare let __moduleName:string;
@@ -31,7 +32,8 @@ declare let __moduleName:string;
selector: 'files-component',
templateUrl: './files.component.html',
directives: [DOCUMENT_LIST_DIRECTIVES, MDL, ALFRESCO_ULPOAD_COMPONENT],
providers: [DOCUMENT_LIST_PROVIDERS]
providers: [DOCUMENT_LIST_PROVIDERS],
pipes: [TranslatePipe]
})
export class FilesComponent {
breadcrumb: boolean = false;