ngx-rs-ant 0.11.1 → 0.11.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.
@@ -1697,6 +1697,7 @@ class ModalComponent {
1697
1697
  }
1698
1698
  }
1699
1699
  resolveModalBackdropPosition() {
1700
+ console.log(this.elementRef.nativeElement.parentElement);
1700
1701
  return {
1701
1702
  "width": this.elementRef.nativeElement.parentElement.offsetWidth + 'px',
1702
1703
  "height": this.elementRef.nativeElement.parentElement.offsetHeight + 'px',