Name of the lower (inclusive) breakpoint.
Name of the upper (exclusive) breakpoint.
Optionaloptions: CreateMediaQueryOptionsOptional per-call settings (CreateMediaQueryOptions).
A Signal<boolean> that is true while the width is in [minBp, maxBp).
Must be called within an Angular injection context.
Tracks whether the viewport width falls within the range
[minBp, maxBp).Combines
min-widthandmax-widthinto a single query. The lower bound is inclusive and the upper bound is exclusive (epsilon is subtracted frommaxBp).