Fix export function.

This commit is contained in:
kunw 2017-03-29 19:18:17 +08:00
parent 3fdb06377d
commit 04f1c8e625

View File

@ -26,7 +26,7 @@ export function initConfig(configService: AppConfigService) {
return () => configService.load();
}
function getCurrentLanguage(translateService: TranslateService) {
export function getCurrentLanguage(translateService: TranslateService) {
return translateService.currentLang;
}