right-angled
Version:
Lightweight and easy to use angular data grids. Integrates with your markup and styles rather than generating its own.
10 lines • 481 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SelectOnFocusDirective {
private elementRef;
constructor(elementRef: ElementRef);
onFocus(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOnFocusDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOnFocusDirective, "[rtSelectOnFocus]", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=select-on-focus.directive.d.ts.map