Angular Textarea : Material design and Bootstrap
In this tutorial, we’ll learn how to use Angular Textarea input, Angular doesn’t have textarea component. To use Angular material textarea, we can use matInput directive, this directive allows native <input> and <textarea> elements to work with <mat-form-field>. Input text type allows us to have only one line of text. If we need a multi-line […]