@veloceapps/sdk 8.0.0-195 → 8.0.0-196

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.
@@ -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() {