elaw-common
Version:
Angular common directives library with clickable, click-outside and auto-focus directives
10 lines • 470 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AutoFocusDirective {
private el;
constructor(el: ElementRef<HTMLInputElement>);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AutoFocusDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoFocusDirective, "[appAutoFocus]", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=auto-focus.directive.d.ts.map