npm install ngx-focus-control --save
Focus group directive
This directive allows merging focusable elements into the group. The user focuses the whole group and can enter into this group by Enter press and leave the group by Escape press.
Example shows the box with the group of buttons (buttons are not accessible, only when the user enters the group). Focus the first div and enter group ENTER then leave the group ESCAPE or navigate TAB and SHIFT + TAB).