source: trip-planner-front/node_modules/primeng/api/contextmenuservice.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 393 bytes
Line 
1import * as i0 from "@angular/core";
2export declare class ContextMenuService {
3 private activeItemKeyChange;
4 activeItemKeyChange$: import("rxjs").Observable<string>;
5 activeItemKey: string;
6 changeKey(key: any): void;
7 reset(): void;
8 static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuService, never>;
9 static ɵprov: i0.ɵɵInjectableDeclaration<ContextMenuService>;
10}
Note: See TracBrowser for help on using the repository browser.