Skip to content

Commit

Permalink
fix(i18n): assets url for github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jul 31, 2018
1 parent a799da9 commit e0d0e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ export class CoreModule {
}

export function HttpLoaderFactory(http: HttpClient) {
return new TranslateHttpLoader(http);
return new TranslateHttpLoader(http, './assets/i18n/', '.json');
}

0 comments on commit e0d0e76

Please sign in to comment.