I am able to import MatTextareaAutosize from Angular Material, but I see nothing about it in the docs and have not found a way to use it.
I expected to use something like this:
<mat-form-field>
<textarea matInput matAutosize></textarea>
</mat-form-field>
Is there a way to get autosizing text boxes with angular material?