@veloceapps/sdk 8.0.0-195 → 8.0.0-197

Sign up to get free protection for your applications and to get access to all the features.
@@ -1183,6 +1183,9 @@ class RuntimeSettingsService {
1183
1183
  if (iso) {
1184
1184
  const symbol = this.getCurrencySymbol('en-US', iso);
1185
1185
  this.currencySettings$.next({ iso, symbol });
1186
+ if (this.formattingSettings) {
1187
+ this.formattingSettings.currencySymbol = symbol;
1188
+ }
1186
1189
  }
1187
1190
  }
1188
1191
  getFormattingSettings() {