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
This commit is contained in:
Maurizio Vitale
2017-10-18 17:32:39 +01:00
committed by Eugenio Romano
parent ec53a8d2a2
commit 0c717fe9cc
+1 -1
View File
@@ -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) {