ngx-textarea-autosize
ngx-textarea-autosize copied to clipboard
Error in build after updating to angular 9.1
I have updated my application to angular 9.1 and try building with AOT and Ivy compiler. I am getting following error.
Directive ɵa, Property 'resize' is private and only accessible within class 'AutosizeDirective'.
Any heads up?
I have updated my application to angular 9.1 and try building with AOT and Ivy compiler. I am getting following error.
Directive ɵa, Property 'resize' is private and only accessible within class 'AutosizeDirective'.Any heads up?
I also had the same issue and I recommend you to use this https://www.npmjs.com/package/ngx-autosize-input
@MirzaSuljic I updated this library with fix and used. You can use this: https://www.npmjs.com/package/ngx-textarea-autosize2