UNPKG

@vicoders/angular

Version:

- [Vicoders Angular Common Module](#vicoders-angular-common-module) - [Install](#install) - [How to use](#how-to-use) - [Pipes](#pipes) - [hasItem](#hasitem) - [isArray](#isarray) - [length](#length) - [orderBy](#orderby)

10 lines (9 loc) 294 B
import { OnInit, ElementRef } from '@angular/core'; export declare class AutoresizeDirective implements OnInit { element: ElementRef; autoresize: number; onInput(textArea: HTMLTextAreaElement): void; constructor(element: ElementRef); ngOnInit(): void; adjust(): void; }