@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
10 lines (9 loc) • 452 B
TypeScript
import { AfterViewInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PghAutofocusDirective implements AfterViewInit {
private el;
constructor(el: ElementRef);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PghAutofocusDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PghAutofocusDirective, "[pghAutofocus]", never, {}, {}, never, never, false, never>;
}