[ACS-7380][ADF] Break Context Menu dependency on Material Module (#9487)

* [ACS-7380] convert context menu to standalone

* [ACS-7380] convert context menu to standalone

* [ACS-7380] convert context menu to standalone
This commit is contained in:
tamaragruszka
2024-04-03 13:02:57 +02:00
committed by GitHub
parent c73fb1bf4c
commit 91e1c47724
5 changed files with 29 additions and 40 deletions

View File

@@ -21,7 +21,8 @@ import { Directive, HostListener, Input } from '@angular/core';
import { ContextMenuOverlayService } from './context-menu-overlay.service';
@Directive({
selector: '[adf-context-menu]'
selector: '[adf-context-menu]',
standalone: true
})
export class ContextMenuDirective {
/** Items for the menu. */