focus/focus
library
Classes
-
AutoFocusDirective
-
The element will be focused as soon as directive is initialized.
-
Focusable
-
A component or directive that can be programmatically focused.
-
FocusableDirective
-
Tags an element as being Focusable.
-
FocusableItem
-
A focusable component that can publish to the
focusmove
stream in order to move focus to another element in the list.
-
FocusMoveEvent
-
An event to trigger moving focus to another item in a list.
-
ProjectedFocus
-
-
RootFocusable
-
A class for components to extend if their programmatic focus
should simply put focus on root element.