Source: https://stackoverflow.com/questions/35882670/dynamically-updating-css-in-angular-2
Try this
<div class="home-component"
[style.width.px]="width"
[style.height.px]="height">Some stuff in this div</div>
[Updated]: To set in % use
[style.height.%]="height">Some stuff in this div</div>
Không có nhận xét nào:
Đăng nhận xét