From 0c717fe9cc3fa0a96d611e5c643753df955a075a Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Wed, 18 Oct 2017 17:32:39 +0100 Subject: [PATCH] The translation service must be called at the beginning of the bootstrap (#2497) * The translation service must be called at the beginning of the bootstrap * Fix name --- demo-shell-ng2/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/app/app.component.ts index 433e567b77..44a5739264 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/app/app.component.ts @@ -30,7 +30,7 @@ export class AppComponent { constructor(private settingsService: AlfrescoSettingsService, private storage: StorageService, - private translateService: TranslationService, + translationService: TranslationService, pageTitleService: PageTitleService, route: ActivatedRoute, router: Router) {