fix i18n does not show correctly

Signed-off-by: Meina Zhou <meinaz@vmware.com>
This commit is contained in:
Meina Zhou 2018-09-05 14:17:43 +08:00 committed by Qian Deng
parent 806fbaa49c
commit 5c174d5090

View File

@ -54,7 +54,7 @@ export function GeneralTranslatorLoader(http: HttpClient, config: IServiceConfig
loader: {
provide: TranslateLoader,
useFactory: (GeneralTranslatorLoader),
deps: [Http, SERVICE_CONFIG]
deps: [HttpClient, SERVICE_CONFIG]
},
missingTranslationHandler: {
provide: MissingTranslationHandler,