Single place for translate pipe

This commit is contained in:
Denys Vuika
2016-09-17 19:56:55 +01:00
parent 22c91182af
commit 2c830d9693
30 changed files with 53 additions and 102 deletions

View File

@@ -22,7 +22,6 @@ import {
ALFRESCO_CORE_PROVIDERS,
AlfrescoSettingsService,
AlfrescoAuthenticationService,
AlfrescoPipeTranslate,
AlfrescoTranslationService
} from 'ng2-alfresco-core';
import {
@@ -49,8 +48,7 @@ import {
`,
styles: [':host > .container {padding: 10px}'],
providers: [ALFRESCO_SEARCH_PROVIDERS],
directives: [ALFRESCO_SEARCH_DIRECTIVES],
pipes: [AlfrescoPipeTranslate]
directives: [ALFRESCO_SEARCH_DIRECTIVES]
})
class SearchDemo implements OnInit {