Create system connections service, mocks, and work on updating devices chart

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent 78a31449aa
commit bc7d71ee3d
9 changed files with 167 additions and 17 deletions
@@ -18,9 +18,7 @@ export class FolderChartComponent implements OnInit {
constructor(private folderService: FolderService) { }
ngOnInit(): void {
for (let state in Folder.StateType) {
// console.log(state);
}
// for (let state in Folder.StateType) { }
}
ngAfterViewInit() {