CompUGE-Bench / src /app /components /body /datasets /datasets.component.html
Ahmad Shallouf
initialize
1bc149f
raw
history blame contribute delete
138 Bytes
<div style="margin-bottom: 10px" *ngFor="let i of datasets | async">
<app-dataset
[datasetModel]="i">
</app-dataset>
</div>
<br>