Please update the behavior of the TextArea component so that it isn't scrolled to top when the browser is scrolled down and then the TextArea is focused. That behavior is demonstrated in the following example:
https://stackblitz.com/edit/angular-67bph4-tq2kon?file=app/app.component.ts
Thank you