UNPKG

@yoyoboot/l-52abp-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.

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