I had the same problem today and it works for me
<md-input-container class="full-width"> <textarea mdInput mdTextareaAutosize minRows="6" placeholder="Beschrijving" id="description" formControlName="description"></textarea> </md-input-container>
textarea starts with 6 lines and expands if necessary.
source share