I am using @angular/[email protected]. I have textarea with mdTextareaAutosize attribute in container with display:none (popup). I call setValue method of angular form control. When I open popup the textarea has height:0px and initial value is not shown. When I click on the textarea and press any key the initial value appears.
If I add boolean condition to show textarea (*ngIf) and make this condition as true in 2 seconds then it works. But without timeout it does not work.