npm install ngx-focus-control --save
Focus selector directive
This directive allows the user to manually define the next and previous focus target by the given query selector.
Example shows how to skip element between elements with given class (element is still accessible by mouse). Focus the first element and navigate using the keyboard (TAB and SHIFT + TAB).