If you are accessing the btns from a library( I assume you have access to the library code ), you can write a common directive for the btns in the library (example : focus-btn) and use it to focus. You can access the element using elementref from angular core.
I hope this helps.