Files
syncthing/src/app/charts/chart-item/chart-item.component.html
2020-04-03 09:20:27 -05:00

4 lines
184 B
HTML

<div fxLayout="row" fxLayoutAlign="space-between start" [ngClass]="(_selected)?'item selected':'item'">
<div><a href="#">{{state}}</a>: &nbsp;</div>
<div>{{count}}</div>
</div>