Skip to content

Instantly share code, notes, and snippets.

@DuncanFaulkner
Last active July 25, 2021 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuncanFaulkner/0bb9bdc62b3e4708b9364f80e1cb6b33 to your computer and use it in GitHub Desktop.
Save DuncanFaulkner/0bb9bdc62b3e4708b9364f80e1cb6b33 to your computer and use it in GitHub Desktop.
mediaObservable
<div fxLayout="row" fxLayoutGap="10px">
<div fxFlex="1 0 10" *ngIf="mediaObserver.isActive('md')"
id="boxone" style="background: red;">Box One</div>
<div fxFlex="1 0 10" id="boxtwo" style="background: blue;">Box Two</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment