Hi, Need to replace: [class]="{ filtered: form.filter }" With: [class.filtered]="form.filter" And: [class]="{ hidden: item.isHiddenByFilter }" With: [class.hidden]="item.isHiddenByFilter" On the corresponding lines for the css to work properly.