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
parent 4abf4e09ea
commit 6c8bd45f0b

View File

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