@smartbit4all/ng-client 3.3.165 → 3.3.167

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.
@@ -15178,7 +15178,6 @@ class SmartComponentApiClient {
15178
15178
  throw new Error('pageName or componentName must be specified!');
15179
15179
  }
15180
15180
  this.viewContext = inject.get(SmartViewContextService);
15181
- this.changeDetector = inject.get(ChangeDetectorRef);
15182
15181
  if (this._componentName) {
15183
15182
  let pageNameForComponent = this.viewContext.getPageNameOfComponent(this._componentName);
15184
15183
  if (!this.pageName) {
@@ -15265,6 +15264,7 @@ class SmartComponentApiClient {
15265
15264
  this._destroy$.complete();
15266
15265
  }
15267
15266
  _ngAfterViewInit() {
15267
+ this.changeDetector = this.inject.get(ChangeDetectorRef);
15268
15268
  if (this.useQueryLists) {
15269
15269
  if (!this.getSmartComponentLayoutsQL()) {
15270
15270
  console.warn('SmartComponentLayoutsQL not available!');