Create system connections service, mocks, and work on updating devices chart
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user