File size: 138 Bytes
1bc149f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<div style="margin-bottom: 10px" *ngFor="let i of datasets | async">
  <app-dataset
    [datasetModel]="i">
  </app-dataset>
</div>
<br>