ets-fe-ng-sdk 19.0.113 → 19.0.114

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.
@@ -3197,7 +3197,6 @@ class NumberFormatService {
3197
3197
  this.isNormal = computed(() => this.numberFormat() != 'EU');
3198
3198
  this.locale = computed(() => (this.isNormal() ? 'en-US' : 'fr-FR'));
3199
3199
  this.decimal = computed(() => (this.isNormal() ? '.' : ','));
3200
- this.numberFormat.set('EU');
3201
3200
  }
3202
3201
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.1", ngImport: i0, type: NumberFormatService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3203
3202
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.1", ngImport: i0, type: NumberFormatService, providedIn: 'root' }); }