Pressionamento de teclas de escape de detecção angular
@HostListener('document:keydown.escape', ['$event']) onKeydownHandler(event: KeyboardEvent) {
console.log(event);
}
Odd Ox