Created
November 2, 2018 18:54
-
-
Save whisher/978cbdcaee4e17e15d36746080603ba2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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