A valid CSS media query, e.g. '(min-resolution: 2dppx)'.
Optionaloptions: CreateMediaQueryOptionsOptional per-call settings (CreateMediaQueryOptions).
A Signal<boolean> that reflects the live result of the query.
Must be called within an Angular injection context.
Tracks an arbitrary, raw CSS media query.
Use this escape hatch for any feature not covered by the dedicated helpers. The query is normalized (trimmed, collapsed whitespace, lower-cased) before use.