UNPKG

ng-hotkeys

Version:

ng-hotkeys for Angular 14+

25 lines (24 loc) 733 B
import { NgHotkeysService } from './ng-hotkeys.service'; import * as i0 from "@angular/core"; /** * Service to assist showing custom help screen */ export declare class NgHotkeysHelpService { private keyboard; /** * @ignore * @param {NgHotkeysService} keyboard */ constructor(keyboard: NgHotkeysService); /** * Observable to provide access to all registered shortcuts in the app. * @type {Observable<any>} */ shortcuts$: import("rxjs").Observable<{ key: string[]; label: string; description: string; }[]>; static ɵfac: i0.ɵɵFactoryDeclaration<NgHotkeysHelpService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgHotkeysHelpService>; }