ngx-textarea-autosize icon indicating copy to clipboard operation
ngx-textarea-autosize copied to clipboard

Resize method should be public

Open icokk opened this issue 6 years ago • 3 comments
trafficstars

Angular compiler with "fullTemplateTypeCheck": true parameters shows error at usage site of autosize unless resize() is made public. Apparently methods decorated with @HostListener need to be public.

icokk avatar Aug 07 '19 08:08 icokk

I confirmed. For now app build failed with

Property 'resize' is private and only accessible within class 'AutosizeDirective'.

EugeneSnihovsky avatar Aug 28 '19 12:08 EugeneSnihovsky

AOT build failed.

Property 'resize' is private and only accessible within class 'AutosizeDirective'.

meherett avatar Feb 18 '20 08:02 meherett

Use this one guys! https://www.npmjs.com/package/ngx-textarea-autosize2

sidhanshumonga avatar Aug 28 '20 07:08 sidhanshumonga