UNPKG

ngx-resize-element

Version:

Angular library which provides a way resize Block level elements (div, p, etc...) using respective ruler at right bottom.

10 lines (9 loc) 417 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxResizeElementDirective { private el; element: HTMLElement; constructor(el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<NgxResizeElementDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<NgxResizeElementDirective, "[ngxResize]", never, {}, {}, never, never, true, never>; }