I'm new to angular2. I want to store user input from a text area in a variable in my component so I can apply some logic to this input. I tried ngModel but it doesn't work. My code for the …
I'm having some trouble with displaying error messages for the maxlength attribute in Angular.
Problem
Since the maxlength attribute don't allow more characters than the specified amount, I'm having trouble displaying my error message. Is there any way to turn …
I am working on angular2 applciation. i have a requirement to autosize textarea.
I am trying to reuse the angular2-autosize from https://github.com/stevepapa/angular2-autosize
Followed the readme, But I am getting the below error
Uncaught Error: …