right-angled
Version:
Lightweight and easy to use angular data grids. Integrates with your markup and styles rather than generating its own.
10 lines • 538 B
TypeScript
import { AfterContentInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FocusOnRenderDirective implements AfterContentInit {
private elementRef;
constructor(elementRef: ElementRef);
ngAfterContentInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FocusOnRenderDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusOnRenderDirective, "[rtFocusOnRender]", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=focus-on-render.directive.d.ts.map