Make app work again

This commit is contained in:
schmelczerandras 2019-09-01 10:44:17 +02:00
parent a9ad628488
commit 938f3def1f
30 changed files with 236 additions and 155 deletions

View file

@ -1 +1 @@
<div [ngStyle]="{ 'background-color': block.color }" (click)="handleClick()"></div>
<div [ngStyle]="{ 'background-color': block.color | color }" (click)="handleClick()"></div>