constfocusElement:Directive
Directive to focus an element and manage focus stack. When the element is destroyed, focus returns to the previous focusable element in the stack.
The HTML element to focus.
An object with a destroy method to remove the element from the focus stack.