ngx-dynamic-tabindex
Version:
12 lines (11 loc) • 389 B
TypeScript
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
export declare class NgxDynamicTabindexDirective implements AfterViewInit, OnDestroy {
private hostEl;
private mutationObserver;
private attributeName;
constructor(hostEl: ElementRef);
ngAfterViewInit(): void;
ngOnDestroy(): void;
private applyIndexes;
private getTabIndex;
}