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) {