UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

8 lines (7 loc) 232 B
import { ElementRef, AfterViewInit } from '@angular/core'; export declare class FocusDirective implements AfterViewInit { private element; focus: boolean; constructor(element: ElementRef); ngAfterViewInit(): void; }