@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1120-d-beta-1 → 1.5.1120-d-beta-2

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.
@@ -1322,8 +1322,7 @@ class BmbProjectedContentComponent {
1322
1322
  };
1323
1323
  }
1324
1324
  renderContent() {
1325
- console.log(this.container);
1326
- this.container.clear();
1325
+ this.container?.clear();
1327
1326
  if (this.componentRef) {
1328
1327
  this.componentRef.destroy();
1329
1328
  this.componentRef = null;