UNPKG

angular2-hotkeys

Version:

Angular 16 and Ivy Compatible. Older versions might work but isn't officially tested.

13 lines (12 loc) 763 B
import { ModuleWithProviders } from '@angular/core'; import { IHotkeyOptions } from './hotkey.options'; import * as i0 from "@angular/core"; import * as i1 from "./hotkeys.directive"; import * as i2 from "./hotkeys-cheatsheet/hotkeys-cheatsheet.component"; import * as i3 from "@angular/common"; export declare class HotkeyModule { static forRoot(options?: IHotkeyOptions): ModuleWithProviders<HotkeyModule>; static ɵfac: i0.ɵɵFactoryDeclaration<HotkeyModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<HotkeyModule, [typeof i1.HotkeysDirective, typeof i2.HotkeysCheatsheetComponent], [typeof i3.CommonModule], [typeof i1.HotkeysDirective, typeof i2.HotkeysCheatsheetComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<HotkeyModule>; }