ngx-bimplus-components 0.0.194 → 0.0.195
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.
|
@@ -8001,7 +8001,7 @@ class ObjectPreviewComponent {
|
|
|
8001
8001
|
// Start observing the component's main container
|
|
8002
8002
|
this.resizeObserver.observe(container);
|
|
8003
8003
|
this.initRenderer();
|
|
8004
|
-
this.contentLoader = new Renderer.
|
|
8004
|
+
this.contentLoader = new Renderer.BimplusContentLoader(this.api, this.viewport);
|
|
8005
8005
|
this.isRendererInitialized = true;
|
|
8006
8006
|
this.loadObject();
|
|
8007
8007
|
}
|