UNPKG

@cisstech/nge

Version:

NG Essentials is a collection of libraries for Angular developers.

10 lines (9 loc) 463 B
import { AfterContentInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AutofocusDirective implements AfterContentInit { private readonly el; constructor(el: ElementRef); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "input[autofocus]", never, {}, {}, never, never, false, never>; }