Skip to content

Instantly share code, notes, and snippets.

@whisher
Created November 2, 2018 18:54
Show Gist options
  • Save whisher/978cbdcaee4e17e15d36746080603ba2 to your computer and use it in GitHub Desktop.
Save whisher/978cbdcaee4e17e15d36746080603ba2 to your computer and use it in GitHub Desktop.
providers: [
{
provide: LOCALE_ID,
useFactory: (translate: I18nService) => {
return translate.language;
},
deps: [I18nService]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment