@ngneat/hotkeys
Version:
A declarative library for handling hotkeys in Angular applications
12 lines (11 loc) • 551 B
TypeScript
import { PipeTransform } from '@angular/core';
import { CustomAliases } from './utils/alias';
import * as i0 from "@angular/core";
export declare class HotkeysShortcutPipe implements PipeTransform {
private readonly symbols;
constructor();
transform(value: string, dotSeparator?: string, thenSeparator?: string, aliases?: CustomAliases): any;
private getPlatformSymbols;
static ɵfac: i0.ɵɵFactoryDeclaration<HotkeysShortcutPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<HotkeysShortcutPipe, "hotkeysShortcut", true>;
}