ngb-context-menu
Version:
A simple context menu library, based on ng-bootstrap library
12 lines (11 loc) • 772 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/context-menu/context-menu.component";
import * as i2 from "./directives/context-menu.directive";
import * as i3 from "@angular/platform-browser";
import * as i4 from "@angular/forms";
import * as i5 from "@ng-bootstrap/ng-bootstrap";
export declare class NgbContextMenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgbContextMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgbContextMenuModule, [typeof i1.ContextMenuComponent, typeof i2.ContextMenuDirective], [typeof i3.BrowserModule, typeof i4.FormsModule, typeof i5.NgbDropdownModule], [typeof i1.ContextMenuComponent, typeof i2.ContextMenuDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgbContextMenuModule>;
}