Can somebody tell me what is the best way to set height of element same as width? Also it should had auto-scaling according to web browser resolution changes. Is there a wato to that with only html template? Something like:
<div
class="tile"
#square
[ngStyle]="{'height.px': square.width}"
>