@smartbit4all/ng-client 3.3.170 → 3.3.172

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.
@@ -15450,6 +15450,7 @@ class SmartComponentApiClient {
15450
15450
  }))
15451
15451
  .then(() => {
15452
15452
  // continue code here if needed
15453
+ this.changeDetector?.detectChanges();
15453
15454
  })
15454
15455
  .catch((error) => {
15455
15456
  console.error('An error occurred during toolbar setup:', error);