mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
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:
committed by
Eugenio Romano
parent
ec53a8d2a2
commit
0c717fe9cc
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user