+ The text area component's max length can be set via
+ @Input() maxlength: number;
and the
+ maxlength
attribute.
+
+
+
+ The text area component's min length can be set via
+ @Input() minlength: number;
and the
+ minlength
attribute.
+
+
+