@ng-doc/ui-kit
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
16 lines (15 loc) • 886 B
TypeScript
import { AfterViewInit, ElementRef } from '@angular/core';
import { NgDocHorizontalAlign, NgDocVerticalAlign } from '@ng-doc/ui-kit/types';
import { NgDocSelectionHostDirective } from './selection-host.directive';
import * as i0 from "@angular/core";
export declare class NgDocSelectionComponent implements AfterViewInit {
private readonly elementRef;
private readonly selectionHost;
align: NgDocHorizontalAlign | NgDocVerticalAlign;
constructor(elementRef: ElementRef<HTMLElement>, selectionHost: NgDocSelectionHostDirective);
ngAfterViewInit(): void;
private setStyles;
private getPosition;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocSelectionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgDocSelectionComponent, "ng-doc-selection", never, { "align": { "alias": "align"; "required": false; }; }, {}, never, never, true, never>;
}