@igo2/common
Version:
14 lines (13 loc) • 744 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./context-menu.directive";
import * as i2 from "./long-press.directive";
/**
* @deprecated import the components/directives directly or CONTEXT_MENU_DIRECTIVES for the set
*/
export declare class IgoContextMenuModule {
static forRoot(): ModuleWithProviders<IgoContextMenuModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMenuModule, never, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective], [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextMenuModule>;
}