@trudb/tru-common-lib 0.2.138 → 0.2.140

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.
@@ -5936,6 +5936,10 @@ class TruContextMenuTrigger extends MatMenuTrigger {
5936
5936
  };
5937
5937
  }
5938
5938
  ngOnDestroy() {
5939
+ this['_closingActionsSubscription'].unsubscribe();
5940
+ this['_menuCloseSubscription'].unsubscribe();
5941
+ this['_hoverSubscription'].unsubscribe();
5942
+ super.closeMenu();
5939
5943
  super.ngOnDestroy();
5940
5944
  }
5941
5945
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruContextMenuTrigger, deps: null, target: i0.ɵɵFactoryTarget.Directive });