onFocus method

  1. @HostListener('focus')
void onFocus()

Implementation

@HostListener('focus')
void onFocus() {
  _focusLatch = true;
}