Combine types

This commit is contained in:
Jesse Lucas
2020-03-31 11:41:59 -04:00
parent 33398b0b6b
commit dae1f990a5
9 changed files with 28 additions and 31 deletions
@@ -4,7 +4,7 @@
<app-list-toggle (listTypeEvent)="onToggle($event)" class="tui-card-content"></app-list-toggle>
</div>
<div class="tui-card-content">
<app-folder-list *ngIf="currentListType===listType.Folders"></app-folder-list>
<app-device-list *ngIf="currentListType===listType.Devices"></app-device-list>
<app-folder-list *ngIf="currentListType===listType.Folder"></app-folder-list>
<app-device-list *ngIf="currentListType===listType.Device"> </app-device-list>
</div>
</div>