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.
provideBreakpointEpsilon to tune the exclusive-bound epsilon.
Tracks whether the viewport width is below a breakpoint.
Builds a
(max-width: <bp - epsilon>px)query. The upper bound is exclusive: a small epsilon is subtracted sodown('md')and up('md')never overlap.