We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
@MirzaSuljic I updated this library with fix and used. You can use this: https://www.npmjs.com/package/ngx-textarea-autosize2
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: