Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Last active December 27, 2018 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/6be2cc1419a2a4ddd9d1a498d9eabe90 to your computer and use it in GitHub Desktop.
Save bodrovis/6be2cc1419a2a4ddd9d1a498d9eabe90 to your computer and use it in GitHub Desktop.
// imports...
export function createTranslateLoader(http: HttpClient) {
return new TranslateHttpLoader(http, './assets/i18n/', '.json');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment