UNPKG

ngx-ui-hero

Version:

Simple, fast and reliable utilities for Angular.

10 lines (9 loc) 429 B
import { ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AutoFocusDirective implements OnInit { private el; constructor(el: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AutoFocusDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<AutoFocusDirective, "[auto-focus]", never, {}, {}, never, never, false, never>; }