UNPKG

@ctrl/ngx-rightclick

Version:

GitHub Buttons for Angular. Star, Like, Follow and more

16 lines (15 loc) 611 B
import { Injector, InjectFlags } from '@angular/core'; import { ActiveContextMenuSub } from './context-menu.service'; export declare class MenuPackage { menu: ActiveContextMenuSub; context: any; constructor(menu: ActiveContextMenuSub, context: any); } export declare class MenuInjector implements Injector { private activeContextMenu; private parentInjector; private context; menuContext: MenuPackage; constructor(activeContextMenu: ActiveContextMenuSub, parentInjector: Injector, context: any); get<T>(token: any, notFoundValue?: T, flags?: InjectFlags): T | MenuPackage; }