@decaf-ts/for-angular 0.0.86 → 0.0.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3965,6 +3965,9 @@ class NgxTranslateService extends DecafTranslateService {
|
|
|
3965
3965
|
}
|
|
3966
3966
|
return key;
|
|
3967
3967
|
}
|
|
3968
|
+
use(lang) {
|
|
3969
|
+
this.translateService.use(lang);
|
|
3970
|
+
}
|
|
3968
3971
|
setFallbackLang(lang) {
|
|
3969
3972
|
return this.translateService.setFallbackLang(lang);
|
|
3970
3973
|
}
|