ets-fe-ng-sdk 19.0.28 → 19.0.29

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.
@@ -3711,11 +3711,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
3711
3711
  standalone: true,
3712
3712
  }]
3713
3713
  }] });
3714
- const comps$5 = [SDKTranslatePipe, SDKTranslateNoLoaderPipe];
3714
+ const comps$5 = [
3715
+ SDKTranslatePipe,
3716
+ SDKTranslateNoLoaderPipe,
3717
+ SDKTranslateSinglePipe,
3718
+ SDKTranslateSingleNoLoaderPipe,
3719
+ ];
3715
3720
  const modules$1 = [];
3716
3721
  class TranslatePipeModule {
3717
3722
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3718
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, imports: [CommonModule, SDKTranslatePipe, SDKTranslateNoLoaderPipe], exports: [SDKTranslatePipe, SDKTranslateNoLoaderPipe] }); }
3723
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, imports: [CommonModule, SDKTranslatePipe, SDKTranslateNoLoaderPipe, SDKTranslateSinglePipe, SDKTranslateSingleNoLoaderPipe], exports: [SDKTranslatePipe, SDKTranslateNoLoaderPipe, SDKTranslateSinglePipe, SDKTranslateSingleNoLoaderPipe] }); }
3719
3724
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, imports: [CommonModule, modules$1] }); }
3720
3725
  }
3721
3726
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, decorators: [{