You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Actually our application is translated in several langs and use ngx-translate to manage that. So when one of our users connect to the app we set is langage via this.translate.use(lang);
But with your (awesome ;)) extension the lang is specified directly in the module declaration so it can't be changed afterwords.
Describe the solution you'd like
Would love to have a service associated to your extension in order to change the lang of the module.
Or at least a new parameter in the attributes to specify the lang?
Thanks again for your lib, Chris
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Actually our application is translated in several langs and use
ngx-translate
to manage that. So when one of our users connect to the app we set is langage viathis.translate.use(lang);
But with your (awesome ;)) extension the lang is specified directly in the module declaration so it can't be changed afterwords.
Describe the solution you'd like
Would love to have a service associated to your extension in order to change the lang of the module.
Or at least a new parameter in the attributes to specify the lang?
Thanks again for your lib, Chris
The text was updated successfully, but these errors were encountered: