Skip to content

Instantly share code, notes, and snippets.

@stuarthallows
Created June 4, 2017 02:36
Show Gist options
  • Save stuarthallows/ca70ce118b333ea8775ff72b13ce401c to your computer and use it in GitHub Desktop.
Save stuarthallows/ca70ce118b333ea8775ff72b13ce401c to your computer and use it in GitHub Desktop.
Show Angular Material breakoint size, for debugging responsive layout
<div>
<div fxHide fxHide.xs="false">Extra Small</div>
<div fxHide fxHide.sm="false">Small</div>
<div fxHide fxHide.md="false">Medium</div>
<div fxHide fxHide.lg="false">Large</div>
<div fxHide fxHide.xl="false">Extra Large</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment