core/common/textarea-autoresize.directive.ts
Selector | [c8y-textarea-autoresize] |
Methods |
HostListeners |
constructor(elementRef: ElementRef)
|
||||||
Parameters :
|
:blur |
:focus |
:input |
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
onBlur |
onBlur()
|
Decorators :
@HostListener(':blur')
|
Returns :
void
|
onFocus |
onFocus()
|
Decorators :
@HostListener(':focus')
|
Returns :
void
|
onInput |
onInput()
|
Decorators :
@HostListener(':input')
|
Returns :
void
|
resize |
resize()
|
Returns :
void
|