@ts-core/angular 15.0.24 → 15.0.25

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.
@@ -5983,6 +5983,9 @@ class IWindowContent extends DestroyableContainer {
5983
5983
  }
5984
5984
  ngOnDestroy() {
5985
5985
  // do nothing, window will destroy content after closing
5986
+ if (_.isNil(this.window)) {
5987
+ super.ngOnDestroy();
5988
+ }
5986
5989
  }
5987
5990
  blink() {
5988
5991
  if (!_.isNil(this.window)) {