Files
HPIoTWebsite/src/app/dashboard/dashboard.component.html
2020-03-17 10:03:24 -05:00

5 lines
177 B
HTML

<div class ="viewer">
<div id="charts" cdkDropList #chartList="cdkDropList" [cdkDropListConnectedTo]="[locationList]" (cdkDropListDropped)="drop($event)"></div>
</div>