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

4 lines
150 B
HTML

<div fxLayout="row" fxLayoutAlign="space-between start" class="item">
<div><a href="#">{{state}}</a>: &nbsp;</div>
<div>{{count}}</div>
</div>