textarea angular onfocus

<input name="date" type="text" (focus)="focusFunction()" (focusout)="focusOutFunction()">
GutoTrosla