life-towers/src/app/components/pages/page/tower/block/block.component.html

1 line
120 B
HTML
Executable file

<div [ngStyle]="{ 'background-color': block.color | color }" (click)="$event.stopPropagation() || handleClick()"></div>