UNPKG

@perfectmemory/ngx-contextmenu

Version:

A context menu component for Angular

14 lines (13 loc) 1.11 kB
import * as i0 from "@angular/core"; import * as i1 from "./components/context-menu/context-menu.component"; import * as i2 from "./components/context-menu-content/context-menu-content.component"; import * as i3 from "./directives/context-menu-content-item/context-menu-content-item.directive"; import * as i4 from "./directives/context-menu/context-menu.directive"; import * as i5 from "./directives/context-menu-item/context-menu-item.directive"; import * as i6 from "@angular/common"; import * as i7 from "@angular/cdk/overlay"; export declare class ContextMenuModule { static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof i1.ContextMenuComponent, typeof i2.ContextMenuContentComponent, typeof i3.ContextMenuContentItemDirective, typeof i4.ContextMenuDirective, typeof i5.ContextMenuItemDirective], [typeof i6.CommonModule, typeof i7.OverlayModule], [typeof i4.ContextMenuDirective, typeof i1.ContextMenuComponent, typeof i5.ContextMenuItemDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>; }