Files
alfresco-ng2-components/lib/insights/diagram/components/swimlanes/diagram-lanes.component.html
Eugenio Romano a52bb5600a New packages org (#2639)
New packages org
2017-11-16 14:12:52 +00:00

6 lines
127 B
HTML

<div *ngIf="lanes">
<div *ngFor="let lane of lanes">
<diagram-lane [lane]="lane"></diagram-lane>
</div>
</div>