How to focus in mat-input when key press any key on keyboard.
have tried:
@HostListener('document:keydown', ['this.search.nativeElement.focus()'])
How to focus in mat-input when key press any key on keyboard.
have tried:
@HostListener('document:keydown', ['this.search.nativeElement.focus()'])
Try this: