Name of a configured breakpoint, e.g. 'md'.
Optionaloptions: CreateMediaQueryOptionsOptional per-call settings (CreateMediaQueryOptions).
A Signal<boolean> that is true while the viewport width is >= the breakpoint.
Must be called within an Angular injection context.
Tracks whether the viewport width is at or above a breakpoint.
Builds a
(min-width: <bp>px)query from the value registered forbpvia provideBreakpoints (or a preset like provideTailwindBreakpoints).