Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
-
Updated
Feb 3, 2022 - TypeScript
Add a description, image, and links to the mediaquery topic page so that developers can more easily learn about it.
To associate your repository with the mediaquery topic, visit your repo's landing page and select "manage topics."
Feature Report
I propose consolidating the specification of breakpoints into a single prop named breakpoints
Motivation
The current specification of breakpoints can be done either by 1)
breakpoints
andbreakpointsMax
or 2)mediaQueries
. I see the following problems with this approach: