@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.
package/index.d.ts CHANGED
@@ -1204,6 +1204,7 @@ declare class NgxTranslateService extends DecafTranslateService implements Decaf
1204
1204
  instant(key: string, interpolateParams?: InterpolationParameters): Translation;
1205
1205
  translate(key: string, params?: InterpolationParameters): Translation;
1206
1206
  get(key: string | string[], params?: InterpolationParameters | string): Promise<string>;
1207
+ use(lang: string): void;
1207
1208
  setFallbackLang(lang: string): Observable<InterpolatableTranslationObject>;
1208
1209
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxTranslateService, never>;
1209
1210
  static ɵprov: i0.ɵɵInjectableDeclaration<NgxTranslateService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-angular",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "author": "Tiago Venceslau and Contributors",
5
5
  "license": "MPL-2.0 OR AGPL-3.0",
6
6
  "repository": {