@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.
- package/esm2020/lib/smart-client/smart-component-api-client.mjs +2 -2
- package/fesm2015/smartbit4all-ng-client.mjs +1 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-client/smart-component-api-client.d.ts +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.167.tgz +0 -0
- package/smartbit4all-ng-client-3.3.165.tgz +0 -0
|
@@ -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!');
|