ngx-mq
    Preparing search index...

    Interface CreateMediaQueryOptions

    Per-call options accepted by every query helper (e.g. up, colorScheme).

    interface CreateMediaQueryOptions {
        debugName?: string;
        ssrValue?: boolean;
    }
    Index

    Properties

    debugName?: string

    A debug name for the signal, shown in Angular DevTools to help identify it.

    ssrValue?: boolean

    Value the signal reports during server-side rendering, where matchMedia is unavailable. Overrides the app-wide default set by provideSsrValue.

    false