stopPropagation method

  1. @HostListener('click')
  2. @HostListener('keypress')
void stopPropagation(
  1. Event e
)

Implementation

@HostListener('click')
@HostListener('keypress')
void stopPropagation(Event e) => e.stopPropagation();