ngx-mq
    Preparing search index...

    Type Alias MqBreakpoints

    MqBreakpoints: Record<string, number>

    A map of breakpoint names to their minimum widths in pixels.

    Keys are arbitrary range names (e.g. 'sm', 'md'); values are the lower bound of each range. Passed to provideBreakpoints at bootstrap.

    const breakpoints: MqBreakpoints = { sm: 640, md: 768, lg: 1024 };