You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
393 B

import * as i0 from "@angular/core";
export declare class ContextMenuService {
private activeItemKeyChange;
activeItemKeyChange$: import("rxjs").Observable<string>;
activeItemKey: string;
changeKey(key: any): void;
reset(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ContextMenuService>;
}