Tracks whether the primary input device can hover via (hover: hover).
(hover: hover)
Optional
Optional per-call settings (CreateMediaQueryOptions).
A Signal<boolean> that is true while the primary pointer supports hover.
Signal<boolean>
true
Must be called within an Angular injection context.
readonly canHover = hover(); Copy
readonly canHover = hover();
Tracks whether the primary input device can hover via
(hover: hover).