Created
May 8, 2018 13:56
-
-
Save VhMuzini/24d278b2877330f8cada5c6a5d0326e5 to your computer and use it in GitHub Desktop.
Set style in angular2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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