Skip to content

Instantly share code, notes, and snippets.

@VhMuzini
Created May 8, 2018 13:56
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 VhMuzini/24d278b2877330f8cada5c6a5d0326e5 to your computer and use it in GitHub Desktop.
Save VhMuzini/24d278b2877330f8cada5c6a5d0326e5 to your computer and use it in GitHub Desktop.
Set style in angular2
<div class="home-component"
[style.width.px]="width"
[style.height.px]="height">Some stuff in this div
</div>
<div [style.height.%]="height">Some stuff in this div</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment